in reply to
Re: Optimize a perl block
in thread
Optimize a perl block
%$foo
is relatively small, about 100 keys and
$foo->{$b}{$c}{value}
always exist yes.
I don't understand what you mean by: Is
$hash_ref
really
$foo->{$b}
?
Comment on
Re^2: Optimize a perl block
Select
or
Download
Code
In Section
Seekers of Perl Wisdom