in reply to Re: Can I from within a module access variables from the calling program?
in thread Can I from within a module access variables from the calling program?
Subtle difference:
perl -le 'my $foo = "whatever"; print $main::foo;'
--MidLifeXis
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can I from within a module access variables from the calling program?
by kcott (Archbishop) on Oct 25, 2012 at 12:20 UTC | |
by MidLifeXis (Monsignor) on Oct 25, 2012 at 12:31 UTC | |
by kcott (Archbishop) on Oct 25, 2012 at 13:02 UTC |