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...
Daniel.