--- 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/

Reply via email to