
08-08-2003, 07:29 AM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
check your perl script
George,
Please try your perl script from command line and make sure it works.
I use the following test script, it works:
Code:
#!/usr/bin/perl
print STDOUT "Content-type: text/plain\n\n";
print STDOUT "Hello World from Perl Script\n";
Make sure your script follows the CGI specs.
Best regards,
Mistwang
|