(Top)
< Model-View-Controller (MVC) Design Pattern
C::A and MVC >
Why MVC?
Modular separation of function
Easier to maintain
View-Controller separation means:
Tweaking design (HTML) without altering code (Perl)
Web design staff can modify UI without understanding code
CGI::Application
(v.2.0)
21