Hi,
I have a test ipl and put it in /httpd/iw-bin.test.ipl and i call this file using a cgi callout. However, the server returns an internal server error. Any ideas where and how i can make this work?
Below is the code of the ipl
[html]
#!D:\Interwoven\TeamSite/iw-perl/bin/iwperl
#-----------------------------------------------------------------------------
use TeamSite:

CRNode;
use TeamSite::CGI_lite;
use TeamSite::Config;
use Log::Log4perl qw(:easy);
use IO::File;
use Custom::CMSConfig::ConfigRead;
use CGI;
print "this is a test ipl... for testing only...";
[/html]
When i click the callout from dct, a new window pops up saying "internal server error"
Thanks,
A