tudor has asked for the wisdom of the Perl Monks concerning the following question:
#!usr/bin/perl use CGI; print "Content-type: text/html\n\n"; my $q = new CGI; my $cf = $q->param('cf'); print <<HTML; <html> <head> </head> <body> <h2>$cf,$ct</h2> </body> </html> HTML
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: the 500 error
by tachyon (Chancellor) on Oct 22, 2004 at 22:21 UTC | |
|
Re: the 500 error
by dga (Hermit) on Oct 22, 2004 at 22:21 UTC | |
by tachyon (Chancellor) on Oct 23, 2004 at 11:13 UTC | |
|
Re: the 500 error
by Nkuvu (Priest) on Oct 23, 2004 at 06:14 UTC | |
by fraktalisman (Hermit) on Oct 23, 2004 at 17:10 UTC | |
|
Re: the 500 error
by Joost (Canon) on Oct 22, 2004 at 22:45 UTC |