Sorting hash of hashes

2005-10-06 Thread Rose, Jeff
I have been trying to sort a hash but I cannot figure it out for the life of me The hash is in the form: my %message { messageid { From= To=

Re: Sorting hash of hashes

2005-10-06 Thread Jeff 'japhy' Pinyan
On Oct 6, Rose, Jeff said: I have been trying to sort a hash but I cannot figure it out for the life of me I've fixed a bit of the formatting below... my %message = ( $messageid = { From= $from, To = $to, To_Num = $num, Sub_IP = $ip, Subject = $subject, },