Larry Wall skribis 2004-07-21 10:24 (-0700): > Interpolates > No Yes > -- --- > @foo @foo[1] > %bar %bar{"a"} > $foo.bar $foo.bar()
Oh, please don't do that. Whatever interpolation thing is invented, make it SIMPLE. Allowing @foo[1], but not @foo is not simple. In fact, with {}, is anything more than $foo and {} needed? Is $foo needed, even (I'd like to have it, because I dislike brackets everywhere)? Juerd