[ic] Leaky Globals in RPC mode

Peter peter at pajamian.dhs.org
Tue Dec 2 04:06:56 UTC 2014


On 12/02/2014 02:40 AM, Mike Heins wrote:
> If you are in global space, you can use the Vend package for safe variables.
> $Vend::something will get reset every time.
> 
> We also provide the $Instance hash for things which should be persistent
> only for the current instance. And as was pointed out, $Tmp is good for
> non-global stuff.

Thanks Mike and Jon for the info, it will go a long ways towards
avoiding this issue for me (and hopefully others) in the future.


Peter



More information about the interchange-users mailing list