Help for this page

Select Code to Download


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