Re: Saving param after new recall of a cgi script
[email protected] (Marek) Fri, 27 Nov 2009 11:49:20 -0800 (PST)
| Newsgroups | perl.beginners.cgi |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <7aa59862-c0d7-45d4-9dd6-ca56c0bf394f@n35g2000yqm.googlegroups.com> |
On 27 Nov., 10:42, [email protected] (Robert Roggenbuck) wrote: > You should store the values from step 2 at step 3 in hidden parameters (<input > type="hidden" ...>). The You can access them via CGI in step 4. > > An alternative would be storing the whole CGI-object in a file using > Data::Dumper and recreate it using 'do $file'. > > Greetings > > Robert > Thank you Robert! I will try both solutions tomorrow ... Have a nice weekend! marek