in reply to regex
Huh. My first thought is that your qr operator is using [ and ] as delimiters. And you have [.\n] in your regex. Seem like a problem?
I only briefly read the other replies, to see if someone else pointed this out. So this might not be the problem at all -- or the only problem. But...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: regex
by tall_man (Parson) on Jun 19, 2003 at 14:38 UTC | |
by Nkuvu (Priest) on Jun 19, 2003 at 15:36 UTC |