in reply to Existing in hash
if (exists $hash{$var1} && $hash{$var1} eq $var2) { print "Welcome\n"; } [download]