susmith has asked for the wisdom of the Perl Monks concerning the following question:

How we can create a pluggable module in module? I had google it but found nothing useful. Have read that it need a config file but didn't get any idea about it. Can any one please help me??

Replies are listed 'Best First'.
Re: Pluggable Modules
by Corion (Patriarch) on Dec 08, 2009 at 13:50 UTC
Re: Pluggable Modules
by dsheroh (Monsignor) on Dec 09, 2009 at 11:41 UTC
    It's unclear just what you're trying to do. Are you trying to create your own module which accepts plugins, trying to create a plugin module for an existing program/framework, or something completely different?
      Yeah I am trying to a plugin module for an existing program/framework

        Then I guess the solution to write a plugin for the existing program/framework will very much depend on what the program/framework is, and how it implements its plugin interface.