Help for this page
sub validate_email_address { my $addr_to_check = shift; ... return $addr_to_check =~ /^$address$/ox ? $addr_to_check : ""; }