in reply to cgi or mod_perl
...and I'll add my two cents. Do you manage the web server you'll be using? If not, mod_perl might be out of the question, since it's part of the web server.
You can use the CGI module without having total control of the web server, so my vote says concentrate on that.
Also, while mod_perl will make your code faster in a few situations, CGI.pm will make your code better in almost all situations. Go play with CGI.pm.
Performance is cool, but good code is cooler.
-Pileofrogs
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: cgi or mod_perl
by donarb (Beadle) on Dec 24, 2005 at 19:34 UTC |