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 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
