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


in reply to Re: using 'my'
in thread using 'my'

Actually there are a number of truly global variables in Perl. For instance no matter what package you are in, $ENV, $^W, $_, etc are always the same.