- or download this
user1@example.com
user3@example.com
...
- or download this
user1@example.com
user2@example.com
...
user5@example.com
user5@example.com<mailto:user5@example.com>
...
- 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';
- or download this
user2@example.com
user4@example.com
user5@example.com
user5@example.com<mailto:user5@example.com>