#!/usr/bin/perl -l $_ = 'joe@blow.com'; print $& if /^[^\z]/; print $& if /^(?=[^\z])/;