in reply to Returning the lowest key in a hash (or highest)
Updated: Fixed that bug...:)my ($min, undef) = each %hash; $min > $_ and $min = $_ for keys %hash;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Returning the lowest key in a hash (or highest)
by Dominus (Parson) on Mar 25, 2001 at 20:11 UTC | |
by larryl (Monk) on Mar 26, 2001 at 01:03 UTC | |
|
Re: Re: Returning the lowest key in a hash (or highest)
by Anonymous Monk on Mar 25, 2001 at 03:35 UTC |