you might find the loops/block tutorial i wrote on
www.sharemation.com/~perl/tut helpfull

regards,

Jos Boumans

<snip>
I am trying to learn the foreach loop. Is there a place on the web where
there are examples for the foreach? Basically I have an array of X elements
and I want to go from the first element (is it zero?) to the last. I have a
variable containing the number of elements in the array. If the array has 22
elements does it go from 0 to 21 or 1 to 22?
</snip>

Reply via email to