in reply to How do I use hashref slices?
@$t{qw(first second third)} = qw(one two three); @{$t}{qw(first second third)} = qw(one two three); [download]