Perl 5 regex syntax isn't going to change in such a way that your code suddenly breaks. If there are ever any incompatible changes, they won't be on by default.
(Backwards compatibility is such a constraint on Perl 5 development that a significant percentage of the Perl 5 parser—and you know how complex that parser must be—exists solely to support the Perl 1 style of invoking functions with do subname(). Has anyone ever seen that in use in Perl 5?)
In reply to Re: Should I escape all chrs in a regex?
by chromatic
in thread Should I escape all chrs in a regex?
by MikeKulls
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |