Help for this page

Select Code to Download


  1. or download this
    #!perl
    
    ...
    for my $key ( keys %sorted_menu ) {
        warn Dumper( $key, $sorted_menu{$key});
    }
    
  2. or download this
    
    #!perl
    ...
        print $dumper->dump(
        {ascending_values => [$key, $sorted_menu{$key}]});
    }