On Thu, Aug 19, 2004 at 10:38:48AM -0500, Dan Hursh wrote:
> David Green wrote:
> 
> >...but "print next $foo" is better than "print each $foo". ...
> 
> print another $foo
> 
> for another $foo {...}
> 
> while another $foo {..}
> 
> It's 5 characters too many, but it works.

print more $foo;

for more $foo { ... }           # er ... 

while more $foo { ... }

It sorta works.  

I like "each" best though.  Why exactly can't it work?

-Scott
-- 
Jonathan Scott Duff
[EMAIL PROTECTED]

Reply via email to