Help for this page
while ( ($key, $value) = each %hash ) { ... }
>perl -E"say scalar( ($x,$y)=() )" 0 ... >perl -E"say scalar( ($x,$y)=(undef,undef,undef) )" 3