Larry Wall wrote:
> Surely it's not the . itself, but the requirement that you fit everything
> into that one syntactic mold.  Perl's not going to do that.

I'm not opposed to the change, but I want to make one point:
certain characters (like dot) are special in regexes, so
when you want to search for them, you have to escape them,
whether in vi, or with grep, or perl, or whatever.
String concats with dot are uncommon enough; but member
access is quite common.

-- 
John Porter

It's a sky-blue sky
The satellites are out tonight
let x = x

Reply via email to