Re: Mod_perl insight

2001-12-10 Thread Etienne Marcotte
http://perl.apache.org/guide/ That is the place As for scripts, well if you are already coding strict, not declaring file scoped variables, it should not be very difficult. The guide gives the most common "mistakes" and ways to correct them. The best thing is to test your scripts on a local net

Mod_perl insight

2001-12-10 Thread Ian Zapczynski
Hello all, I'm a UNIX administrator with prior experience with Perl CGI on Windows NT. It looks as if I may be taking on some new Perl work which will make use of mod_perl with Apache. All I know so far about mod_perl is that the perl scripts run as part of the Apache process instead of forking