I want to know how I can implement plugin system (in Perl, of course ;).
I'm interesting in different techniques: based on directory structure or modules/objects hierarchy, auto-loaded and load on demand etc - all that can have sense.
Please, give me your wisdom about how I can code this, and may be some links with additionl information.