in reply to Re: regex help ...
in thread regex help ...
Pardon me if I say ick! Every time I see "flag variables" I cringe. That could be written better (IMHO) like so: perl -ne 'next unless /loop/../endloop/; print if /warn/;' file.txt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re:^3 regex help ...
by Roy Johnson (Monsignor) on Nov 25, 2003 at 15:49 UTC | |
|
Re: regex help ...
by delirium (Chaplain) on Nov 25, 2003 at 18:13 UTC |