reptile has asked for the wisdom of the Perl Monks concerning the following question:
This is strange and I can't figure out why it would be doing this. I have perl 5.00405 which I know includes lookbehind assertions, but nonetheless, gives me this error:
if ( /(?<!foo)bar/ ) Sequence (?<...) not recognized at - line 1.
Does anyone have a clue why this would happen? I'm using the same example given on the perlre manpage from the 5.00401 docs and it doesn't work.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Lookbehinds not recognized?
by chromatic (Archbishop) on May 14, 2000 at 04:13 UTC | |
by mdillon (Priest) on May 14, 2000 at 04:21 UTC | |
by reptile (Monk) on May 14, 2000 at 04:56 UTC | |
|
Re: Lookbehinds not recognized?
by httptech (Chaplain) on May 14, 2000 at 06:47 UTC | |
|
RE: Lookbehinds not recognized?
by undefined (Novice) on May 15, 2000 at 03:41 UTC |