http://www.perlmonks.org?node_id=994051


in reply to global module variable are imported copies?

Although not exactly what you want, a viable workaround is to import a copy of a reference. Of cource, you must dereference it each time you use it.

Bill
  • Comment on Re: global module variable are imported copies?