in reply to How to organize a CGI project?
Check out CGI::Application. For the web application I've been designing, its use of a single instance CGI script passing "run-modes" to the module has really helped me organize the application into logical sets of functions for each page. The documentation is pretty straightforward, IMNSHO, as well.
-rattus
__________update: whoops, left out a word
|
---|