in reply to Re: Passing values between run modes in CGI::Application
in thread Passing values between run modes in CGI::Application

"The first and most straight-forward is to pass the parameters set in the first run-mode back into hidden form fields or anchor links within your template file."

That's what I ended up doing to make it work. For some reason, I thought that CGI::Application had an inherent mechanism to maintain state across the run modes.

Thanks for your help.

Rich36
There's more than one way to screw it up...

  • Comment on Re: Re: Passing values between run modes in CGI::Application