in reply to Plug-in mechanism implemented in Perl

You might find Plugin based Perl app, architecture for module API and plugins and inheritance useful.

In addition try using Super Search to look for plugin or plug-in - you'll find a few more nodes where writing plug-in based systems in Perl has been discussed.

  • Comment on Re: Plug-in mechanism implemented in Perl

Replies are listed 'Best First'.
Re: Re: Plug-in mechanism implemented in Perl
by romanlazarev (Initiate) on Jul 06, 2001 at 19:57 UTC
    Thank you, Tom. You were very helpful!