in reply to loading modules on the fly with mod_perl
However, your code is not so inefficient. Your call to require will check to see if the module is in %INC (i.e. if it has been loaded before) and will not load it again if it is.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: loading modules on the fly with mod_perl
by echo (Pilgrim) on Aug 30, 2001 at 17:00 UTC |