in reply to "Global" filehandle without using global variables

If you want a value to be seen everywhere, it is global by definition. Yet you say you don't want to use a global variable. That makes no sense.
  • Comment on Re: "Global" filehandle without using global variables