in reply to How do I sort a Hash of Hashes?

You have to rewrite the sort to fit the category you want to sort for:

sort { $products{$a}->{"name"} <=> $products{$b}->{"name"} }

code is NOT tested

/oliver/

Replies are listed 'Best First'.