in reply to
RE: Re: Pattern Matching Problem
in thread
Pattern Matching Problem
Hmm, how about:
perl -n -we "print if s/Twist 1// .. s/Twist 2// && ! /Twist \d/" text.txt
Untested, as I'm still sure what your data set is.
Comment on
RE: RE: Re: Pattern Matching Problem
Download
Code
In Section
Seekers of Perl Wisdom