Help for this page
my $ok = Email::Valid->address($_);
if ($ok == 1) {#the rest of your code } else {# code here too if you like }