[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: general globals in use
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 12 Dec 2012 10:26:36 +0200
On Wed, Dec 12, 2012 at 9:40 AM, Josh Simmons <simmons.44@gmail.com> wrote:
> With 5.2 (and 5.1 too, really) pushing towards not registering globals
> for libraries I'm not sure what the advantage of such a list would be
> as it's going to be very heavily application dependent?
Yes, my mind wanted to compulsively put 'local' in front of those statements...
It's better not to let random stuff leak into _G in the first place
steve d.