![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: Re: Why CGI::Application?by rkg (Hermit) |
on Jan 13, 2004 at 21:46 UTC ( #321118=note: print w/replies, xml ) | Need Help?? |
++ Perrin. I concur. C:A doesn't really do
all that much, but the structure it offers is much much much much better then coding a spaghetti mess of ifs to run a webapp. So C:A provides a structure which does a great deal, even if the code itself is simple and small.
Once upon a time I wrote my own wrapper for building CGI apps, then later discovered I was heading down the very same path as C:A (only not as well.) I'll use the space here to recommend Mason. It works very nicely with mod_perl and it is both powerful and easy. (And AMZN uses it on their core site, so that's a powerful endorsement.) An example: deep inside a web page, within Mason, I can detect the user wanted the report in Excel, vs. HTML. Cool. Clear the buffer, send the right content type header, pump out the Excel data, and then turn off Mason processing -- didn't have to worry if I had sent headers or page content already, runmodes, etc. And the Mason notion of components makes me feel like I am playing with Legos -- snap snap a new web page. Nope, move that function off this page to that page, sure. Snap, snap. Easy. Could just be the "honeymoon" infatuation with a new (for me) technology, but I'm currently a strong advocate of H:M.
In Section
Seekers of Perl Wisdom
|
|