Help for this page

Select Code to Download


  1. or download this
    my @lookup{@array} = undef;
    
  2. or download this
    my %lookup = map { $_ => undef } @array;