Re: Protecting global variables
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Protecting global variables
- From: Peter Slížik <peter.slizik@...>
- Date: 2012年8月16日 16:02:52 +0200
> Peter, assuming I understood correctly what you want to do, you could also
> consider a sandbox approach, rather than filtering _G access:
This is probably what I was looking for.
Thanks, Enrico!
Peter