$_ = 'joe@blow.com' print $& if /^[^\z])/; print $& if /^(?=[^\z])/x;