in reply to Re^2: Getting range from N..end with list slicein thread Getting range from N..end with list slice
my @set = (split /\s+/, $x)[3 .. -1 + split /\s+/, $x]; [download]