in reply to use variable from main file in a 'require'd file?

There are more solutions. But let's remember the root of our troubles: the scope of the my operator does not extend to other files; it is not (directly) visible by 'subs.pl', regardless if the file is loaded dynamically with require or compiled early with use.
  • Comment on Re: use variable from main file in a 'require'd file?