Re: RFC 138 (v1) Eliminate =~ operator.
[email protected] (Nathan Wiger)
| Newsgroups | perl.perl6.language.regex |
|---|---|
| Message-ID | <[email protected]> |
Nathan Torkington wrote: > > $foo->name . " says " . $bar->text . " hello to " . $baz->actor > > which isn't a win! You'll probably like RFC 103 then. It addresses this very thing. I just didn't stop to think that m// was just a fancy qq//. -Nate