![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Passing things back to the script! Novice needs helpby btrott (Parson) |
on Feb 15, 2000 at 00:14 UTC ( #3470=note: print w/replies, xml ) | Need Help?? |
I'm not sure why you don't want to use hidden form fields,
but there are some methods in CGI.pm that let you save
state to a file, then initialize a new CGI object from
that file. Perhaps this might help?
Look up "Saving the State of the Script to a File".
In Section
Seekers of Perl Wisdom
|
|