Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Plugin based Perl app

by perlmonkey (Hermit)
on Apr 25, 2000 at 08:35 UTC ( [id://8892]=note: print w/replies, xml ) Need Help??


in reply to Plugin based Perl app

chromatic's ideas sound pretty solid.
The inheritance part should be pretty easy also. Just modify the @ISA array. Maybe write a generic plugin module to provide common routines. Then force the plugins to inherit from the plugin module. So in a different plugin type module do:
use plugin; push(@ISA, "plugin");
That way routines will be looked for first in the local package then they will be looked for in the packages named in @ISA. The plugin package might provide routines to set the subroutine references etc.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://8892]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-20 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found