Help for this page

Select Code to Download


  1. or download this
    my %hash = map {$_ => undef} @keys;
    
  2. or download this
    my $hashRef = {foo => {map {$_ => undef} @keys}};