in reply to Re^2: Implementing Model-View-Controller
in thread Implementing Model-View-Controller

I would say that the differences in the view are less significant than the way the model has been changed. Putting application logic in the controller was not part of the original idea, but since everyone now uses basic O/R mapping tools like Class::DBI as their model, all the logic that used to go in the model ends up in the controller.
  • Comment on Re^3: Implementing Model-View-Controller