The person asked for how to get a array back OUT OF A HASH.
None of you have answered the question.
I would like to know how to do this as well.
Here what I tried and it failed.
my @host_type= qw { a b c d e} ;
my $j = "small" ;
my %vendor_size_hash = ($j => \@host_type ) ;
print "\@vendor_size_hash{$j} \n " ;