in reply to Re: Re: Using variables within packages
in thread Using variables within packages
Putting this in variables.pl and package.pl should allow you to use the variable $Path in both scripts with older versions of perl.use vars qw( $Path );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Using variables within packages
by floyd (Acolyte) on May 07, 2003 at 17:21 UTC |