in reply to Max numbers of element in the values of an HoH
HTHmy $max=0; for(map values %$_,values %result){ my $n=split; $max=$n if $n>$max; } print $max;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Max numbers of element in the values of an HoH
by secret (Beadle) on Dec 16, 2005 at 16:32 UTC |