Re: RFC 164 (v1) Replace =~, !~, m//, and s/// with match() and subst()
[email protected] (Tom Christiansen)
| Newsgroups | perl.perl6.language.regex |
|---|---|
| Message-ID | <32503.967500820@chthon> |
>Simple solution. >If you want to require formats such as m/.../ (which I actually think is a >good idea), then make it part of -w, -W, -ww, or -WW, which would be a perl6 >enhancement of strictness. That's like having "use strict" enable mandatory perlstyle compliance checks, and rejecting the program otherwise. Doesn't seem sensible. --tom