http://qs321.pair.com?node_id=113535


in reply to carrying a lot of vars from page to page with hidden()

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