in reply to Re: Being helpful to a fault?
in thread Being helpful to a fault?
Auto loading modules for a plugin system would be pretty valid.
I must beg to differ. Or at least, I can't think of a reason :-).
eval "use $module()" or die "Could not load plugin $module, error: $!";
But why would you want to auto-load modules in a location? If you want to temporarily stop using the module, you'd have to uninstall it.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Auto-use all modules in location?
by rchiav (Deacon) on Dec 12, 2003 at 13:45 UTC |