View Single Post
  #2  
Old 08-08-2003, 07:29 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Default 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
Reply With Quote