as a CGI script and see if it works. You'll get an "Internal Server Error", and an entry in the error log saying something to the effect of "could not locate CGI.pm" if CGI.pm is not there.use CGI qw/:standard/ ; print header() ; print start_html() print "Hello World" print end_html() ;
In reply to Re: Using CGI.pm
by ptkdb
in thread Using CGI.pm
by Deanimal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |