[cgiapp] passing in a param from another runmode

2008-05-07 Thread Robert Hicks
I have a runmode that goes back to home when finished: $self-home; I would like to send a flag back to home (0 for bad and 1 for good) so a param in home can be set. I looked in the C::A docs but didn't find it or I missed it (entirely possible). =) Robert # CGI::Application

Re: [cgiapp] passing in a param from another runmode

2008-05-07 Thread Mark Fuller
On Wed, May 7, 2008 at 12:18 PM, Robert Hicks [EMAIL PROTECTED] wrote: I have a runmode that goes back to home when finished: $self-home; I would like to send a flag back to home (0 for bad and 1 for good) so a param in home can be set. From the runmode (method) you want to return back