use strict; use warnings; use 5.012; use strict; use warnings; use 5.012; my @arr = ('a', 'b', 'c'); my %hash; $hash{letters} = \@arr; say ref $hash{letters}; --output:-- ARRAY