Help for this page
$line="abc.xyz@lmnop.com"; $line=~s/\@/\\@/g; print "\n line is $line";
@addr=Email::Address->parse($line); $user=$addr->$user; print "\n $user";