Help for this page
use strict; use warnings; ... print keys %foo; @foo{qw/1 2 3/} = (); print keys %foo;