CGI::Application is one of my favorite modules-- it provides a very useful framework for writing web applications without imposing too much structure or 'getting the way' too much.
In recent releases a number of new features have been added to extend the framework. Steve Comrie tackles these in his new document detailing the order of operations of the CGI::Application framework.