in reply to Sharing Across Packages
The main package scoped variable $MW is not available inside the package BPP::About.
Where do you call AboutBPP? You could always call it as
if it's from the main program.AboutBPP($MW);
And then all you would have to do is add to AboutBPP
my $MW = shift;
Hope this helped,
-v
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sharing Across Packages
by polettix (Vicar) on Sep 29, 2006 at 12:46 UTC |