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 :-).

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
    You have a perl app named someapp.pl. With the app is a spec on how to create plugins for the app. The plugins go into /etc/someapp/. Sharpdevelop does this very thing (but it's not Perl). There's a spec on how to create a plugin and it will load all plugins in the plugin path.

    I'm not saying that the person who asked the question was even intending this, but how is it your or my place to tell someone their wrong without even knowing what they're doing? If something seems suspicious, tell them you're curious as to why. But again, just because you can't see a valid reason doesn't mean that there isn't a valid reason.