> -----Original Message-----
> From: Alexander Farber (EED) [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 10, 2001 9:41 AM
> Cc: [EMAIL PROTECTED]
> Subject: Re: Apache::Registry newbie question -- CGI state
> 
> 
> 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?

see one of the many, many threads in the archives on templating :)

--Geoff

> 

Reply via email to