http://www.perlmonks.org?node_id=84681


in reply to Re: (zdog) Re: Maintaining state with CGI.pm
in thread Maintaining state with CGI.pm

Or you can pass the parameters from the previous form to the next form. You can set the parameters by using the param() routine similarly to this:

$q->param(-name=>'veggie',-value=>'tomato');

Update: My bad. You can pass the parameters to the next form by using the hidden input method. (See reply.)

Zenon Zabinski | zdog | zdog7@hotmail.com