gohaku wrote:

$src = "a 1 b 2 c 3";

$_ = "a 1 b 2 c 3";


print "I see numbers" if /(?!\d)/;

__END__


Or /(?!\w)/ et al...


Maybe /pattern/sgi isn't what you want for your test?

-Sx-

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to