my $validator = Email::Valid->new(); my $addr = $validator->address( $from ); print $addr, "\n";