Jon Robison wrote:
> In most cases the Handler is set to "view", in which case View.pm
> instantiates other modules objects, (and those instantiations use other
> url string data to determine what to construct into the object). View
> then just spits out the default head, body (created with the other
> objects) and footer.

The confusion here is that your View.pm is not a view, but a controller.

 > It's the html module's job to fill the return from view_data
> with the correct information.

Then it sounds like the html module is your view.  It's the part that 
accepts data and generates HTML.

- Perrin

Reply via email to