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

I was under the impression that our is from v5.6.0? What would happen if someone was running an older version?

Floyd

  • Comment on Re: Re: Using variables within packages

Replies are listed 'Best First'.
Re: Re: Re: Using variables within packages
by tcf22 (Priest) on May 07, 2003 at 17:13 UTC
    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.
      No, but I will give it a try.

      Thanks
      Floyd