Help for this page

Select Code to Download


  1. or download this
            @results = $each_line;
            %hashTemp = map { @results => 1 } @results;
    
  2. or download this
            push @results, $each_line;
            %hashTemp = map { $_ => 1 } @results;