> if exists($hash{"key3"} { print "key3 exists!" }

print "key3 exists" if exists $hash{key3};

Be careful about the differences between defined() and exists() as they
pertain to hashes!
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to