I have many standalone scripts. The only thing they share, is that they use() a large set of CPAN modules (that each export several functions). I would like to centralize th
Using require is the most natural way to do this. Under mod_perl you may need to modify @INC during server startup.
@INC