mojobozo has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl print "Content-type: text/html\n\n"; print "<HTML>"; print "<BODY>"; print "Hello, Rico."; print "</BODY>"; print "</HTML>";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: cgi scripts timing out
by dingus (Friar) on Dec 03, 2002 at 18:13 UTC | |
Re: cgi scripts timing out
by MZSanford (Curate) on Dec 03, 2002 at 17:49 UTC | |
Re: cgi scripts timing out
by pg (Canon) on Dec 03, 2002 at 20:15 UTC |