Re: Perl And Apache.



it_says_BALLS_on_your_forehead wrote:
it_says_BALLS_on_your_forehead wrote:
Morris.C wrote:

(snipped)

use strict; use warnings;
use CGI;
my $user = param('username');
print "Content-type: text/html\n\n";
print "$user<br>\n";


Your code will not compile. You have not imported
your CGI.pm functions, neither standard nor object.

Purl Gurl


.