I am having trouble to get the following perl cgi script to work on an AIX Unix system. The browser error message resulted from the script is following the program. I appreciate any help in correcting the problem.
 
================================================
#!/usr/opt/perl5/bin
use CGI;
 
my $q = new CGI;
print $q->header;
print $q->start_html(-title=>'CGI Test');
print $q->hr;
print $q->h2("CGI Hello world");
print $q->hr;
print $q->end_html;
 
exit 0;
=================================================

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

 
Vath Nguon
Tel: (213) 922-4757
 

Reply via email to