Nemelo by tam byt ref()? Asi takto: $hash{'KEY'}=[1,2,3,4]; #$hash{'KEY'}=3; if (ref($hash{'KEY'}) =~ /^ARRAY/) { print "Je tam pole\n"; } else .... Bob