Help for this page
for %hash.kv -> my $key, $val { say "$key corresponds to $val"; }
use strict; use warnings; ... a1 b2 EXIT
while( deal {a=>1,b=>2} my($k,$v) ) {..}