Help for this page
%hash=(10=>1, 20=>2, 30=>1 40=>2);
%hash=(40=>1, 60=>2);
if (exists ($hash{$key})) { do.. }