Help for this page

Select Code to Download


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