in reply to Re: Tie::SecureHash and AUTOLOAD'ing
in thread Tie::SecureHash and AUTOLOAD'ing
which somewhat defeats the purpose of Tie::SecureHash. What I really need is an autoloader that correctly enforces the same rules as Tie::SecureHashpackage main; my $id = DogTag->new(name=>"Smith",rank=>"private",serial=>'1234567'); print $id->name();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Tie::SecureHash and AUTOLOAD'ing
by TheDamian (Vicar) on Apr 11, 2003 at 22:52 UTC |