Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    my %x = map { $_ => 1 } qw(a b c);
    
  2. or download this
    use strict;
    
    my %y = map { "prefix_$_" => 1 } qw(a b c);