Help for this page

Select Code to Download


  1. or download this
    open FILE, "list-of-emails-one-per-line.txt";
    @emails{(array) chomp <FILE>} = (); # %emails is now a hash where each
    + key is an email address
    close FILE;