Help for this page
my $str = "Send it to bob.sled\@gmail.com. Don't send it to ski.guy\@y +ahoo.com."; print "$1\n" if $str =~ /(( (?!\.\s). )+ \.\s)/x;
Send it to bob.sled@gmail.com.