On Mon, Dec 09, 2002 at 11:56:39AM +0700, Komtanoo Pinpimai wrote: > Is there the "iterator variable" for "for or foreach" loop ?
I'm surprised that no one has yet mentioned:
foreach my $i (0 .. $#array) {
...
}
Ronald
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

