exilepanda has asked for the wisdom of the Perl Monks concerning the following question:
Any clues for me to study ? Thanks in advanceuse MyStandardStuffs; my $x = new X; my $y1 = new Y; my $y2 = someExportedFunction('foo bar'); # from package Y
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Create a package that exports other packages
by Anonymous Monk on Aug 06, 2014 at 06:46 UTC | |
by exilepanda (Friar) on Aug 06, 2014 at 08:06 UTC | |
Re: Create a package that exports other packages
by Bloodnok (Vicar) on Aug 06, 2014 at 10:15 UTC |