Re: copying and s/// (was Re: Overlapping RFCs 135 138 164)
[email protected] (Tom Christiansen)
| Newsgroups | perl.perl6.language.regex |
|---|---|
| Message-ID | <19246.967670800@chthon> |
I keep noticing the connection between
$foo =~ /whatever/;
$foo->whatever;
for ($foo) { whatever }
They're all topicalizers.
--tom