@$t{qw(first second third)} = qw(one two three); @{$t}{qw(first second third)} = qw(one two three);