in reply to Using variables within packages
In package.pl would just haveour $Path = '/path/to/datafiles';
package.pl should then see the variable $Path that was defined in variables.pl.our $Path;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Using variables within packages
by floyd (Acolyte) on May 07, 2003 at 17:08 UTC | |
by tcf22 (Priest) on May 07, 2003 at 17:13 UTC | |
by floyd (Acolyte) on May 07, 2003 at 17:21 UTC |