Help for this page
foreach my $priority (sort keys %hash) { print "Priority: $priority\n"; ... print "\t $_ => $hash{$priority}{$_}\n"; } }