On 05/10/00, "byron wise <[EMAIL PROTECTED]>" wrote:
> I have a hash that needs to be sorted acording to the keys. Then put the
> values in an array. Will the following work?
Here's one way:
my @array = @hash{sort keys %hash};
HTH,
Douglas Wilson
---
You are currently subscribed to perl-win32-users as: [[email protected]]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]
- Re: sorting hash Ned Konz
- RE: sorting hash Joseph P. Discenza
- Off topic q... Troy Sniff
- Re: Off topic q... Jan Dubois
- Re: Off topic q... Martin Moss
- Re: Off topic q... Jan Dubois
- Re: Off topic q... R Bresner
- Re: Off topic q... David S. Rosinger
- Re: sorting hash Philip Newton
- RE: sorting hash Andrew Bastien
- Re: sorting hash Douglas Wilson
- Re: sorting hash Philip Newton
