in reply to Reorganising a Hash for Output
should do the trick. I haven't tested this code.foreach my $HashKey ( keys %Hash ) { foreach ( sort @{ $Hash{ $HashKey } } ) { print "$HashKey: $_\n"; } }
--t. alex
"Nyahhh (munch, munch) What's up, Doc?" --Bugs Bunny
|
|---|