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


in reply to Can I from within a module access variables from the calling program?

Related: How to make a hash available in another module
  • Comment on Re: Can I from within a module access variables from the calling program?

Replies are listed 'Best First'.
Re^2: Can I from within a module access variables from the calling program?
by HJO (Acolyte) on Oct 25, 2012 at 11:28 UTC

    Thank you for your answer

    It is related in fact but what I'm trying to do is the opposite... They are explaining how to get a variable from a module in the main script, I want to know how to get a variable from the min script into a module...