my $max = max( values( %hash_w ) ); # first one separately for my $href ( \%hash_x, \%hash_y, \%hash_z ) { my $try = max( values( %$href ) ); ( $try > $max ) and $max = $try; }
One world, one people
In reply to Re: Getting Max Value from Different Hashes
by anonymized user 468275
in thread Getting Max Value from Different Hashes
by neversaint
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |