Help for this page

Select Code to Download


  1. or download this
    my %search_for;
    $search_for{$_} = 1 for @input_array;
    ...
           # do the copying etc. here
         }
    }