in reply to passing information through hidden fields using CGI.pm
Because the first two fields default to name then value. You should check out the documentation for all sorts of amazing stuff it can do.print hidden('hey,'you');
Would obviously give an error as would many other things. Basically, always use CGI.pm and I am glad that you already are :)print "<input type="text">";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: passing information through hidden fields using CGI.pm
by runrig (Abbot) on Feb 13, 2001 at 02:08 UTC | |
by damian1301 (Curate) on Feb 13, 2001 at 02:40 UTC | |
|
Re: Re: passing information through hidden fields using CGI.pm
by markjugg (Curate) on Feb 13, 2001 at 01:41 UTC |