return $str =~ m/\@([^.]+)/ ? $1 : ''; #### sub name { return $1 if $_[0] =~ /@([^.*])\./; }