http://qs1969.pair.com?node_id=549770


in reply to CGI::Application - why?

Another point that often gets lost is that CGI::App promotes proper coding practices for using your CGI scripts as mod_perl Registry scripts. It discourages use of global variables, which we all know can be a problem under Registry. Also, by putting your code in a module, you don't get inner subroutine issues that can crop up under Registry when running the big .cgi script.