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

2008-05-08 Thread Mark Stosberg
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 to home from, just return the output of the home method, like

[cgiapp] Re: CAP::ValidateRM install failure

2008-05-08 Thread Robert Hicks
Would this affect Data::FormValidator itself? I can probably do it all manually as well. Robert # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ##

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

2008-05-08 Thread Robert Hicks
Mark Stosberg 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 to home from, just return the output of the home