my @things = @{ $HASH{2} }; ## @things is now a copy of @ARRAY2 my $foo = $HASH{2}->[1]; ## $foo is now $ARRAY2[1]