> I FTP'd test.pl to /web/cgi-bin/test.pl and the file contents are: > > #!/usr/bin/perl -w > print "hello perl"; > > I type http://209.114.220.30/cgi-bin/test.pl in a browser and it returns > an Internal Server Error. >
Try changing your perl command to #!/usr/bin/perl -T or #!/usr/bin/perl and see what happens -- Best Regards, Jon System Administrator & Lead Developer < http://www.ontarioweb.ca > 1-866-209-0349 < [EMAIL PROTECTED] > =========================================== The contents hereof may be a privileged and confidential communication. Unauthorized use is prohibited. If you have received this message in error, return e-mail immediately and delete the original. Thank you for your cooperation. _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
