in reply to
mod_perl2 / HTML::Mason request scope.
Either put it in your session and delete if after you've read it, or put it in the URL you're redirecting to as a query arg.
Comment on
Re: mod_perl2 / HTML::Mason request scope.
Replies are listed 'Best First'.
Re^2: mod_perl2 / HTML::Mason request scope.
by
atemerev
(Beadle)
on Apr 03, 2008 at 22:24 UTC
I'm putting everything in URL right now, and it works, except the URL is ugly. I don't like ugly things, so I'm looking for a better way. :)
[reply]
Re^3: mod_perl2 / HTML::Mason request scope.
by
perrin
(Chancellor)
on Apr 04, 2008 at 01:55 UTC
If you don't want to use the URL, you have to put it in the session.
[reply]
In Section
Seekers of Perl Wisdom