Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Is CGI.pm my best choice?

by arturo (Vicar)
on Dec 05, 2001 at 00:17 UTC ( [id://129436]=note: print w/replies, xml ) Need Help??


in reply to Is CGI.pm my best choice?

mod_perl and CGI.pm aren't mutually exclusive; mod_perl embeds a Perl interpreter in the Apache binary; apart from saving the overhead of starting the interpreter and compiling the Perl script for each time it is requested, it also gives you 'hooks' into the handling of the request. So it's faster and far more powerful than traditional CGI scripts (which run outside of the web server and typically only communicate with it via the environment variables), but by itself it doesn't parse user input or generate HTML. Of course, in a mod_perl environment it makes sense to implement a templating system, so you may not need the latter.

I mistrust all systematizers and avoid them. The will to a system shows a lack of integrity

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-19 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found