Geoffrey Young wrote:
> > #!/usr/bin/perl
> > # file: hello.cgi
> > use CGI qw(:standard);
> > use strict;
> 
> I don't ever user CGI.pm, but aren't you forgetting to create a new CGI
> object in here?
> 
> > my $name = param('name') || 'Anonymous';

Geoff, I have another question: if you don't use 
CGI.pm, how do you generate the web form elements? 
Just "print qq{<INPUT TYPE="text" ...>}" or are
there some nicer tricks?

Reply via email to