wow! that's awsome. I would have done it Alans way. 

On Wed, 23 Feb 2000, Pete Peterson wrote:

> 
> You can use:
> 
> if (/PATTERN1/ .. /PATTERN2/) {
>   # do whatever
>   }    
> The if condition is satisfied starting with line matching PATTERN1 and
> ending with line matching PATTERN2.  It matches again on the next PATTERN1,
> etc.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to