Date: Sat, 07 Jul 2001 12:23:57 -0700 From: "$Bill Luebkert" Subject: Re: Why for loop not working?? Message-Id: <3B4761CD.B93E3955@wgn.net> Philip Newton wrote: > > On Fri, 06 Jul 2001 20:54:03 -0700, "$Bill Luebkert" > wrote: > > > If @temp has 6 elements, $# is equal to 5 > > $#temp is equal to 5 [1]. $# is another (deprecated) variable. I was referring to $#temp when I wrote $# - meaning the $# usage. > > (the index of the last element of the array).