>I was wondering whether the Perl 'while (<>){' idiom will continue to
>be supported in Perl 6?

Actually, I once found myself wondering why while doesn't set $_ all
the time anyway... It would be nice to do things like

    while ($iterator->each()) { ... }
    while (query->nextResult()) { ... }

Setting $_ would be just what I would expect perl to do, only that it
doesn't do it.

Greetings,
   Christian

-- 
[EMAIL PROTECTED] - http://www.web42.com/crenz/ - http://www.web42.com/

"Thirty was so strange for me. I've really had to come to terms with
the fact that I am now a walking and talking adult."  -- C.S. Lewis

Reply via email to