Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Modules / Frameworks for Web development in Perl

by Rhandom (Curate)
on Jun 06, 2008 at 16:18 UTC ( [id://690695]=note: print w/replies, xml ) Need Help??


in reply to Modules / Frameworks for Web development in Perl

Warning - shameless plug by the author

You forgot to include the poorly named and impossible to find CGI::Ex::App.

It can be used in the same fashion as CGI::Application -- if that is all you want. But CGI::Ex::App has hooks that take you a lot further through a CGI life cycle.

CGI::Ex::App can give you much of the features you'd find in something like the complex frameworks such as Jifty or Catalyst, but in a much lighter footprint and in a way that doesn't get in your face (unless you want it too).

In the end the question "which framework to use" ends up nearly having only religious answers. Pick one. Try it. Chances are it'll do what you need. If it doesn't, try a new one. Once you have picked one, you can be as religious as the rest of us.

my @a=qw(random brilliant braindead); print $a[rand(@a)];
  • Comment on Re: Modules / Frameworks for Web development in Perl

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://690695]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-18 02:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found