I'm writing a web application that is going to be run under modperl.
The application currently uses a number of large modules which for better or worse ( ok I admit it it's probably worse ) I have to keep using.
I would like to be able to load these modules up,call the functions and unload them so as to keep the memory footprint of application down.
Something along the lines of :
would be great.
Does anyone have any clue how this might be done or even if it us possible.