|
|
| We don't bite newbies here... much | |
| PerlMonks |
Passing Module parameters to another moduleby voj (Acolyte) |
| on Feb 19, 2010 at 11:31 UTC ( #824136=perlquestion: print w/ replies, xml ) | Need Help?? |
|
voj has asked for the
wisdom of the Perl Monks concerning the following question:
Hi!
I want to pass module parameters given to a module 'Foo' to be passed to another module 'Bar'. 'Bar' is not a subclass of 'Foo'. For instance if import the Module with The parameter 'x' should be passed to 'Bar' inside of 'Foo': I fiddled around with Exporter but could not find a right way.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||