in reply to Structure of Perl CGI code

I really like CGI::Application in conjunction with HTML::Template and (preferably) mod_perl.

CGI::Application gives you the option for the multi-form from one .pl conundrum by introducing the notion of a 'run-mode' (IIRC) that maps to a subroutine of the same name. It's nice and modular, and builds on the already excellent CGI module.

d$hahin