in reply to Re: Need some help with a dodgy variable
in thread Variable Scope
sub this_sub { $this_variable = "Jeff"; } sub that_sub { print "Hello "."$this_variable"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Need some help with a dodgy variable
by dragonchild (Archbishop) on Jul 31, 2001 at 17:09 UTC | |
Re: Re: Re: Need some help with a dodgy variable
by tachyon (Chancellor) on Jul 31, 2001 at 17:06 UTC |