in reply to RE: RE: RE: Re: How do you match
in thread How do you match
Don't do that with a single regex.
- tye (but my friends call me "Tye")while( <FILE> ) { if( s/^confederation-as-router\:\W+\d\W+\d+\W// && ! /cr\d$/ ) { push(@file2, $_); } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: (tye)Re: How do you match
by Adam (Vicar) on Sep 29, 2000 at 01:10 UTC |