Help for this page

Select Code to Download


  1. or download this
    my @keys = qw(foo bar baz);
    my %h;
    ...
    my @a = @h{@keys};               # DOESN'T create keys
    sort {$a <=> $b} @h{@keys};      # DOESN'T create keys