Help for this page

Select Code to Download


  1. or download this
    my %y; $y{shift(@x)} = 1 while @x;
    
  2. or download this
    my %y = map { $_ => 1 } @x;