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?
- Apache::Registry newbie question -- CGI state robert_abarbanel
- RE: Apache::Registry newbie question -- CGI st... Geoffrey Young
- Re: Apache::Registry newbie question -- CG... Alexander Farber (EED)
- Re: Apache::Registry newbie question -... Olivier Poitrey
- RE: Apache::Registry newbie question -- CGI st... Geoffrey Young
