Re: migrating to mod_perl

2004-06-21 Thread Thomas Klausner
Hi! On Mon, Jun 21, 2004 at 04:34:37AM -0700, [EMAIL PROTECTED] wrote: > what are the do's and don'ts when porting from perl/CGI to mod_perl? http://perl.apache.org/docs/1.0/guide/porting.html > what can mod_perl + apache offer me that no other ( php or pure perl + > apache) can? Mainly dire

Re: migrating to mod_perl

2004-06-21 Thread Vadim
> what are the do's and don'ts when porting from perl/CGI to mod_perl? 1. use lib "module" -> use lib "/home/projects/modules" 2. http://perl.apache.org/docs/1.0/guide/porting.html -- Vad -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl