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


in reply to •Re: Global variable vs passing variable from sub to sub
in thread Global variable vs passing variable from sub to sub

Thanks, merlyn!

Hm...I'm not quite sure if what I'm currently labelling as "global" is in fact "regional" in my implemenation. The "global" I mentioned in the parent node is used in a module and is shared by a couple of subroutines. If I understand you correctly, that's okay right?

  • Comment on Re^2: Global variable vs passing variable from sub to sub