my $count = 10; for (0..$count) { print "We are on loop # $_\n"; } [download]
In reply to Re: Which loop should I use? by The Mad Hatter in thread Which loop should I use? by coldfingertips