in reply to Re: Advanced techniques with regex quantifiers
in thread Advanced techniques with regex quantifiers
For me your code fails with:
Invalid quantifier in {,} in regex; marked by <-- HERE in m/.{ <-- HER +E 004}/ at -e line 1.
Similarly for my own example code if I leave out the integer coercion.
This is with Perl 5.22.
Is this a regression then?
Update: I annotated the quoted sentence in the article with a link to this discussion.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Advanced techniques with regex quantifiers
by AnomalousMonk (Archbishop) on Jul 20, 2015 at 00:21 UTC | |
by Athanasius (Archbishop) on Jul 20, 2015 at 04:16 UTC |