in reply to
Passing Parameters to CGI script?
You can set a cookie in your redirect page using something like
CGI::Cookie
or (better) use a session. If you're using
CGI
then there is
CGI::Session
for this.
CGI::Application
has
CGI::Application::Plugin::Session
.
Comment on
Re: Passing Parameters to CGI script?
In Section
Seekers of Perl Wisdom