in reply to Re: Re: Using variables within packages
in thread Using variables within packages

Have you tried
use vars qw( $Path );
Putting this in variables.pl and package.pl should allow you to use the variable $Path in both scripts with older versions of perl.

Replies are listed 'Best First'.
Re: Re: Re: Re: Using variables within packages
by floyd (Acolyte) on May 07, 2003 at 17:21 UTC
    No, but I will give it a try.

    Thanks
    Floyd