First page Back Continue Last page Graphics
Controller - mod_perl handler
Handler calls the Model code, and uses the Model output and Content to generate/fill-in the View and output the result. For example, a request for /account/signup will:
Call MySite::account::signup
Use View/Default/account/signup.tmpl and/or Content/account/signup.xml