in reply to Perl Modules - Mod_Perl and CGI
mod_perl embeds a Perl interpreter inside an Apache worker-process. Therefore, if you change the Perl code, you must restart Apache. Make very sure that the Perl code actually works, in the environment (PERL5LIB, etc...) created by the Apache instance. It sounds like it’s got some basic syntax errors ...
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Modules - Mod_Perl and CGI
by Trihedralguy (Pilgrim) on Apr 30, 2013 at 04:00 UTC |