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


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

Even if he doesn't like lexicals, using package and our would facilitate reading his code.

I suppose he saw strict complaining about undeclared variables and took it literally. :(

like:

> perl use strict; $x=23; __END__ Global symbol "$x" requires explicit package name at - line 2.

Cheers Rolf

( addicted to the Perl Programming Language)