From: "Steffen Mueller" <xyey9001@sneakemail.com>
Message-ID: <
20020709002024.28399.qmail@onion.perl.org>
p4raw-id: //depot/perl@17434
know which variety of success you will achieve.
When using look-ahead assertions and negations, this can all get even
-tricker. Imagine you'd like to find a sequence of non-digits not
+trickier. Imagine you'd like to find a sequence of non-digits not
followed by "123". You might try to write that as
$_ = "ABC123";