On Tue, Aug 21, 2001 at 03:12:57AM +0200, Paul Johnson wrote:
> On Mon, Aug 20, 2001 at 04:48:30PM -0800, Michael Fowler wrote:
> > Your "(value1 + values2 .. 11)" syntax can easily be duplicated using
> > slices, e.g. @values[1..11].
> 
> Or, since you only need 10 elements, only use 10, and use % to determine
> the index.

Good suggestion.

I would also like to point out that my original response was in slight
error; the slice should, of course, be @values[0..10].  Stupid off by one
errors..


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to