in reply to Re: Perl Popularity
in thread Perl Popularity

I don't understand the maintainability bit, since CGI isn't an architecture and MVC isn't a protocol! What prevents you from doing MVC in a Perl program that speaks CGI to the web server?

Replies are listed 'Best First'.
Re: Re: Re: Perl Popularity
by pg (Canon) on Dec 17, 2003 at 18:34 UTC

    Exactly. What I did is to have my Perl web server talk to Tomcat, which then controls all my Java Servlet. They appear fit with each other very well. One of my plan is to have a meditation to share this with everyone.