|
|
| more useful options | |
| PerlMonks |
Re: Coding perl a plugin system?by Beatnik (Parson) |
| on Dec 14, 2002 at 13:45 UTC ( #219861=note: print w/ replies, xml ) | Need Help?? |
|
I use plugin code in a few places and I got around the variable handling by passing certain variables thru the constructor, as a hash reference, array reference or similar. You can also just have an inherited method that sticks the vars in a complex data structure.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||