in reply to Pluggable Modules

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?

Replies are listed 'Best First'.
Re^2: Pluggable Modules
by susmith (Novice) on Dec 10, 2009 at 11:15 UTC
    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.