in reply to Re: Re: Quarms with RegEx
in thread Quarms with RegEx
That will not work, because a domain line looks like:if ($curline !~ /^#?\s/)
And that will not match your regex, so the condition is true, which is wrong.#domain1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Quarms with RegEx
by blakem (Monsignor) on Aug 28, 2001 at 13:31 UTC | |
by busunsl (Vicar) on Aug 28, 2001 at 13:53 UTC |