Marek wrote:
Hi!
How do I save the parameters from the first input? I tried everything,
but there is nothing kept in my array. Do I have to save these
parameters into an external file?
You could also use Storable & Base64 to encode your data structure into
a Base64 string. Put this string in
On 27 Nov., 10:42, rrogg...@uni-osnabrueck.de (Robert Roggenbuck)
wrote:
> You should store the values from step 2 at step 3 in hidden parameters ( 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
On Thursday 26 November 2009 12:35:48 pm Marek wrote:
> Hello all!
>
>
> Hope that I can explain my problem clearly:
>
> 1. I have a long form, created from a "xyz.cgi" (action="" that means
> is empty)
> 2. The user fills up the form and sends (action="send") The
> parameters are send with an se
You should store the values from step 2 at step 3 in hidden parameters (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
Marek schrieb:
Hello
Hello all!
Hope that I can explain my problem clearly:
1. I have a long form, created from a "xyz.cgi" (action="" that means
is empty)
2. The user fills up the form and sends (action="send") The
parameters are send with an self reference to the same "xyz.cgi". This
script examines with severa