Re: RFC 165 (v1) Allow Varibles in tr///
[email protected] (Tom Christiansen)
| Newsgroups | perl.perl6.language.regex |
|---|---|
| Message-ID | <9268.967588154@chthon> |
>tr///e is the same as s///g: > > tr/$foo/$bar/e == s/$foo/$bar/g I suggest you read up on tr///, sir. You are completely wrong. --tom