Jonathan Scott Duff writes:
> On Wed, Jul 21, 2004 at 07:35:08PM +0200, Aldo Calpini wrote:
> > Larry Wall wrote:
> > 
> > >Hmm.  That makes me wonder what the slice notation for "everything" is.
> > > 
> > >
> > maybe @foo[..] (a short form for @foo[0..Inf]) ? 
> 
> Surely you mean [EMAIL PROTECTED] instead of 0..Inf

Same diff.  The following are all identical

    @[EMAIL PROTECTED]
    @foo[0..Inf]
    @foo[0...]

Unless you're assigning... in which case the latter two are probably
more like what you want than the former.

Luke

Reply via email to