http://www.perlmonks.org?node_id=1031177


in reply to Perl Modules - Mod_Perl and CGI

What is it you're trying to accomplish, less traffic in the error log? Did you try to turn off ReloadDebug? Add a $SIG{__WARN__} handler?

OTOH, have you read CGI to mod_perl Porting. mod_perl Coding guidelines?

  • Comment on Re: Perl Modules - Mod_Perl and CGI (question)

Replies are listed 'Best First'.
Re^2: Perl Modules - Mod_Perl and CGI (question)
by Trihedralguy (Pilgrim) on Apr 29, 2013 at 14:43 UTC
    I haven't had the chance to try what you are saying above. My goal is to NOT have to press "refresh" a bunch of times to finally get apache to reload my perl modules.

      My goal is to NOT have to press "refresh" a bunch of times to finally get apache to reload my perl modules.

      A bunch of times? All it takes is once (one request)