> 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
- Existence of key william . meitzen
- Re: Existence of key Michael D. Schleif
- RE: Existence of key Ron Grabowski
- RE: Existence of key william . meitzen
