in reply to Re: Re: IMport a variable from another file
in thread IMport a variable from another file

In your outside file you can just use vars, and it will make those variables strict-safe in that package anywhere in code.

Merely using the variable doesn't do it, you have to declare it.

  • Comment on Re: Re: Re: IMport a variable from another file