--- Michael Fowler <[EMAIL PROTECTED]> wrote:
> > for my $i (0 .. $#foo) {
> > my $element = $foo[$i];
> > # ...
> > }
>
> or
>
> for (my $i = 0; $i < @foo; $i++) {
> ...
> }
>
> for (;;) isn't a bad word. :)
lol -- depends on where you were raised. ;o]
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
- loop counting Bob Mangold
- Re: loop counting Jeff 'japhy' Pinyan
- Re: loop counting Michael Fowler
- Re: loop counting Paul
- Re: loop counting Brett W. McCoy
- Re: loop counting Paul
- Re: loop counting Bob Mangold
- Re[OT]loop counting Paul
- RE: loop counting Kipp, James
