kprasanna_79 has asked for the wisdom of the Perl Monks concerning the following question:
I have worked with perl+mod_perl+apache+mysql in MVC architecture. Here database part, controller part and html part are separated and very easy to debug code, and i like it too.
But currently i am working in a project where all the three things(db+controller+html) are mixed. Its very difficult to debug things. I want to know in which architecture the project was built.
Is thr any way to find it out. And more over i need to know wat are the various architecture present in the world, for which perl can be used.
Sorry, if this question was not asked in right section..
--Prasanna.K
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Need Clarification on various architecture
by tchatzi (Acolyte) on Jun 07, 2005 at 15:00 UTC | |
|
Re: Need Clarification on various architecture
by Joost (Canon) on Jun 07, 2005 at 14:54 UTC | |
|
Re: Need Clarification on various architecture
by Jaap (Curate) on Jun 07, 2005 at 14:47 UTC | |
|