![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: carrying a lot of vars from page to page with hidden()by ducky (Scribe) |
on Sep 20, 2001 at 10:23 UTC ( #113535=note: print w/replies, xml ) | Need Help?? |
I would use Apache::Session (which doesn't really need Apache) and pretty much follow the example in the docs. The constraint is that it'll be stuffed into a hash. But do what you wish to the hash... when the next process picks up the session you'll have your data back for that session id. -Ducky
In Section
Seekers of Perl Wisdom
|
|