Help for this page

Select Code to Download


  1. or download this
    
    %hash_of_unique_emails = map { $_ => 1 } @array_of_emails
    
  2. or download this
    
    perl -e 'print keys %{ { map { $_ => 1 } <> } }' < test.data