http://qs321.pair.com?node_id=268170


in reply to Utility of "use lib qw{ . }" ?

Just a small comment on the utility of modifying @INC under apache/mod_perl. I often include directories in the startup file (often named startup.pl) via use libs like:

use lib qw( /var/www/perl_lib ); ### for example

This is especially handy when you have a dev apache instance that includes dev copies of your local libs.


cp
----
"Never be afraid to try something new. Remember, amateurs built the ark. Professionals built the Titanic."