Date: Sat, 07 Jul 2001 02:37:52 GMT
From: Carlos C. Gonzalez <miscellaneousemail@yahoo.com>
Subject: Re: Why for loop not working??
Message-Id: <MPG.15b023848b3694b698968c@news.edmonton.telusplanet.net>

In article <9i5rei$374@dispatch.concentric.net>, jkeen@concentric.net 
says...

> Your "for" loop is missing the test condition from the 2nd element in the
> parens. 
>      for (my $i=0; $i <= $#temp; $i++)

Boy oh boy I thought I was starting to get the hang of some of this 
*grin*.  What does "$i <= $#temp" mean?  

I can make out some of it such as...

while the value of $i is less than or equal to ??? (something about 
temp).  

but how can I compare a numeric value to $#temp?? What does $#temp mean?

-- 
Carlos 
www.internetsuccess.ca


