Help for this page
my $hashref = { one => 1, two => 2, three => 3 }; print @{$hashref}{qw/two three/};
@{$t}{qw/first second third/} = qw(one two three);