RE: Hash, sort and map function problem
Paul Rousseau wrote, on Wednesday, December 04, 2002 11:28 :I have a hash that looks like this: : : my %sql_hash = ("A" => ["2", "6", ""], : "Q" => ["1", "3", ""], : "D" => ["5", "8", ""], : "X" => ["4", "2", ""], : "P"
Re: Hash, sort and map function problem
Paul Rousseau wrote: Hello, I have a hash that looks like this: my %sql_hash = ("A" => ["2", "6", ""], "Q" => ["1", "3", ""], "D" => ["5", "8", ""], "X" => ["4", "2", ""], "P" => ["3", "12", ""]); The key is an arbitrary str