Good day monks, I have a mod_perl environment running couple of applications. They all have the following:
My problem is that I would like to have stemp.pm in each folder applicationX,Y,Z, etc. That does different things.
The mod_perl however uses the first loaded stemp.pm as package stemp for all other instances... regardless that for instance /wwwroot/applicationY/stemp.pm is completely different thing.
Please give me an idea how to go arround this problem. I don't want to name the modules different, I just want each application to reffer to the module that is in it's own folder.