danidin has asked for the wisdom of the Perl Monks concerning the following question:

Hi All,

I have this file structure:
dir1/lib/IOL/foo.pm
dir2/lib/IOL/foo.pm
I have two software directories (e.g. dir1 and dir2) which may have some identical file names (the files' content maybe different), I'm using mod_perl.
Is it possible for me to use foo.pm from directory dir1/lib/IOL and after that to use foo.pm from dir2/lib/IOL?
I need to be able to select the module to run without restarting apache...
Is it possible?

Thanks,
Daniel.

Replies are listed 'Best First'.
Re: Apache and mod_perl
by olus (Curate) on Jul 07, 2008 at 15:33 UTC
Re: Apache and mod_perl
by jethro (Monsignor) on Jul 07, 2008 at 18:52 UTC