Help for this page

Select Code to Download


  1. or download this
    > perl -MO=Deparse -we'while ($foo = each %bar) { 1 }'
    while (defined($foo = each %bar)) {
        '???';
    }