<br>Stephen C.&#39;s presentation on Catalyst is compelling; I now (finally!) understand what the three parts of MVC do. MVC is not The Big Deal that I thought it was, rather it is a notational convention.<br><br>Someone please correct me if I am wrong:<br>

<br>V == View this is the part that displays responses, often done with Mason<br>C == Controller this is the part that Catalyst does, and it is concerned with dispatching requested URIs to the correct methods and then loading data into whatever calling convention is used to invoke the correct View and then invoking it<br>

M == Model how the data is stored.  <br><br>The View never accesses the Model directly, getting all its instructions from the Controller.<br><br>Catalyst is a tool for associating URI paths with perl methods.<br clear="all">

<br>-- <br>&quot;Then [Sneelock]&#39;ll land in a fishbowl.&quot;<br>