in reply to Re: Re: regex help ...
in thread regex help ...

or just
perl -ne 'print if /loop/../endloop/ and /warn/' file.txt

The PerlMonk tr/// Advocate