Matt Sergeant wrote:
> 
> On Wed, 30 Aug 2000, mgraham wrote:
> [snip]
> > Personally, I've given up on package-scoped lexicals entirely, and
> > moved everything into "use vars".  It's a pain, because you lose the
> > encapsulation and you have to declare and assign the variables
> > separately.  But it generally seems much more robust and predictable.
> 
> This is a real worry for anyone using the Tie::SecureHash sort of thing to
> hide access to private variables.

Okay, I'll try to whip up a quick example today of this issue and submit
it to the list. It seems worthwhile to me to try to get this bug(?)
squashed for the reason Matt brings up and others.

David

Reply via email to