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


in reply to Re: Array storage issue
in thread Array storage issue

Oh, if you mean why do I define all my variables with packages like main? Because when I first started perl, whenever I tried to use "my" my program wouldn't work. So I just started giving things packages, and haven't stopped. It just seems more stable.