in reply to Re: Re: Re: max_strl - Get length of longest string in a hash
in thread max_strl - Get length of longest string in a hash
You might want to bless the object as a list ref with two hash refs: one with the actual hash info, and one with your state maintenance. That way they will never be able to interfere with each other. But this will slow down access to the hash even further though. YMMV.
Liz
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: max_strl - Get length of longest string in a hash
by DrHyde (Prior) on Aug 21, 2003 at 15:30 UTC | |
by liz (Monsignor) on Aug 21, 2003 at 15:38 UTC |