(Top) < CGI::Application Methodology | Example Application: > |
'Run-modes': the building blocks
One for each type of action the user can request
Say, in a database browser application:
Select items to view => browse mode Edit item in table => edit mode Add item to table => add mode Delete item from table => delete mode |
Or, a web store:
Go to front page => start mode Click on "Search" button => search mode Click on "Buy This" button => add_to_cart mode |
CGI::Application (v.2.0) |
6 |