Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: CGI::Application - why?

by skx (Parson)
on May 15, 2006 at 08:56 UTC ( [id://549402]=note: print w/replies, xml ) Need Help??


in reply to CGI::Application - why?

In addition to the fine replies pointing at earlier discussion on this subject, and the fact that you can choose how modular you make your code yourself.

One advantage is that it becomes very simple to extend your application via hooks. Allowing things to be done very easily to modify your application.

A great example of that is validating the HTML output of your CGI::Application - something that would be pretty difficult to do if you weren't using the structured C:A framework. (Where you're "forced" to return your text, rather than printing it out piecemeal.)

Steve
--

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-20 11:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found