Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: use CGI or die, even with mod_perl?

by fruiture (Curate)
on Apr 29, 2003 at 10:09 UTC ( [id://253930]=note: print w/replies, xml ) Need Help??


in reply to use CGI or die, even with mod_perl?

The main problem solved by CGI.pm is correct evaluation of Query-String or STDINput and the correct output of HTTP Headers. I'd say HTML-generation is a nice feature for small scripts.

As the input parameters and rules for HTTP Headers stay the same under mod_perl (depending on what handler you implement ...), it's still CGI.pm that will do these tasks correctly for you.

As for the HTML stuff: You will agree that in a larger application you'll use templates anyway (i like the Template Toolkit). You only determine the HTML-output in small scripts and for them CGI.pm will save you typing and will produce correct HTML (better "will make it easy to produce correct HTML"). What you do is up to you.

--
http://fruiture.de
  • Comment on Re: use CGI or die, even with mod_perl?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (1)
As of 2024-04-25 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found