set_uk has asked for the wisdom of the Perl Monks concerning the following question:
CGI::App controls which code is executed via run_modes. These are triggered by passing params to the script such as :- http://westernesse:1234/cgi-bin/STA.pl?rm=ModifyForm&request_id=42 Whilst in that run mode - when a submit is performed from a screen generated in that runmode only the code in the subroutine relevant to the runmode should be run.
If this is right then what might cause my app to jump back to the start run mode when clicking submit.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI::Application Run Modes Not Applying
by freddo411 (Chaplain) on Nov 12, 2003 at 17:25 UTC | |
|
Re: CGI::Application Run Modes Not Applying
by perrin (Chancellor) on Nov 12, 2003 at 17:12 UTC | |
|
Re: CGI::Application Run Modes Not Applying
by freddo411 (Chaplain) on Nov 12, 2003 at 17:39 UTC |