in reply to Question about designing a web app using CGI::Application
Note that you can have one run mode call another. For example, if the user calls the "submit" run mode, but some data is missing, you can call the "display" run mode, passing along some extra data about the input error.
|
|---|