Help for this page

Select Code to Download


  1. or download this
    my %h = map {; $_ => $_ } @arr;
                 ^
                 |
           force a block.
    
  2. or download this
    my @a = map +{ $_ => ord($_) }, @arr;
                ^
                |
          force a hash