in reply to HTML forms
Just be sure that the field names you use in your HERE doc are the same ones you look for via $q->param('...'). There is no difference between the output of the "CGI.pm HTML shortcuts" and the output of printing a HERE doc.
The strongest case for using the CGI.pm HTML shortcuts is that it adds some degree of compiletime syntax checking to your HTML. But frankly, I often find them awkward, and often find myself using CGI.pm only for it's input parameter handling, handling uploads, and for the header() method. YMMV.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: HTML forms
by kiat (Vicar) on Dec 27, 2003 at 23:56 UTC |