Re: Sort a hash table

2002-04-02 Thread Chris Ball
> "Michael" == Michael Stearman <[EMAIL PROTECTED]> writes: Michael> Does anyone know how to alphabetically sort the keys in a Michael> hash table? Thanks, Hi, Michael. You can find the answer to this question in 'perldoc', under the FAQ section. The command to run would be 'perld

RE: Sort a hash table

2002-04-02 Thread Nikola Janceski
uh... @sortedkeys = sort keys %HASH; remember that you can't keep the keys of %HASH sorted in %HASH, you need an array for that. > -Original Message- > From: Michael Stearman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 02, 2002 9:19 AM > To: [EMAIL PROTECTED]

Sort a hash table

2002-04-02 Thread Michael Stearman
Hi, Does anyone know how to alphabetically sort the keys in a hash table? Thanks, Mike. _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addit