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

Aha!
I finally worked it out!
I was using the ordinary name for the variable (ie. $path) when I should have used $main::path! I also understand that I could use $::path, but haven't tried it!
Thanks everyone!
Floyd
  • Comment on Re: Re: Using variables within packages