Larry Wall wrote:

Hmm. That makes me wonder what the slice notation for "everything" is.


maybe @foo[..] (a short form for @foo[0..Inf]) ? %foo{..} should also be allowed, of course (which
unfortunately is not a short form for 0..Inf). or perhaps, with a slight analogy with filesystems, @foo[*]
and %foo{*}. I was tempted to suggest yada-yada-yada (eg. @foo[...]), but this should mean "a slice
not (yet) determined", right?


cheers,
Aldo

Reply via email to