Help for this page
use strict; use warnings; ... print "$k, $v\n"; } }
full set of keys: <c a b> print all key-value pairs: ... b, 2 #whoops - no c, 3 printed out!!!