Help for this page

Select Code to Download


  1. or download this
    my %lookup = map { $_ => 1 } @a;
    
  2. or download this
    my %lookup; 
    @lookup{@a}=();