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

Nice.

From perlop:

Each ".." operator maintains its own boolean state. It is false as long as its left operand is false. Once the left operand is true, the range operator stays true until the right operand is true, AFTER which the range operator becomes false again.

I had no idea about this before I saw your post. That will clean up many of my scripts quite a bit. Thanks for pointing that out.