Ricardo Signes <perl.p5p@rjbs.manxome.org> writes: > So: ->[] means "the array" > But ->[1,2,3] means "the slice" (a list) > And so ->[()] means "the slice of no elements (an empty list) > > It's bound to cause painful confusion. Looks clear and intuitive to me. Much better than ->@* . (And why would you ever write ->[()] ? ) -- JohanThread Previous | Thread Next