Simply put, no. mod_perl is for running Perl code directly inside Apache. It is different. Just make sure you use CGI for CGIs, as well as strict and -w/warnings always. If you want to learn Perl, you can look at Book Reviews for some good books on the topic.
I'm sure someone else can explain this better than I can...
| [reply] |
No, you don't need mod_perl to install perl. Mod_perl is like putting a turbocharger on your engine: not necessary, but it makes your code run a lot faster if you know how to use it. You just need to install perl and make sure that you tell the webserver software (MS IIS, Apache, iPlanet, Netscape Enterprise Server, whatever) how to run your perl scripts. If you're running on a Windows NT or 2000 server, ActivePerl's install program will take care of all this tedious work for you.
andre germain
"Wherever you go, there you are." | [reply] |
Thank you for all your help.
I am glad that a friend of mine pointed me here. Lots of good info.
Adam | [reply] |
Anon monk,
If you are using ActivePerl's latest version, it has a cgi.pm module built in.
Ray | [reply] |