Help for this page

Select Code to Download


  1. or download this
    foreach (@other_addresses) {
      my $ok = Email::Valid->address($_);
      print "address($_) = $ok\n";
    }