Help for this page

Select Code to Download


  1. or download this
    user1@example.com
    user3@example.com
    ...
    
  2. or download this
    user1@example.com
    user2@example.com
    ...
    user5@example.com
    user5@example.com<mailto:user5@example.com>
    ...
    
  3. or download this
    use Modern::Perl;
    use File::Slurp qw/ read_file write_file /;
    ...
        
    write_file 'finallist.txt',
        grep !/$removeList/i, read_file 'masterlist.txt';
    
  4. or download this
    user2@example.com
    user4@example.com
    user5@example.com
    user5@example.com<mailto:user5@example.com>