foreach my $element (values %hash) { if (ref $element eq ref []) { } # OR if (ref $element eq 'ARRAY') { } }