in reply to (zdog) Re: (3) Maintaining state with CGI.pm
in thread Maintaining state with CGI.pm
print textfield(-name => "foo");
In the second one,
print hidden(-name => "foo");
CGI automatically remembers the value of "foo" that was submitted by the first form, and uses it on the second one.
|
|---|