in reply to Re: Check if all used modules are use'ed
in thread Check if all used modules are use'ed
All web scripte are running in a persistant interpreter (mod_perl/FastCGI), every module is used sooner or later.
Problems start when a script is called which doesn't use a used module and no other script has pre-loaded (use'd) the module before.
|
|---|