Skip navigation
.
Perl HowTo
Your source for Perl tips, howto's, faq and tutorials
Home
|
Links
|
RSS feed
|
Forums
Topics
installation
language
programming
usage
Get site updates
Follow @perlhowto_com
Navigation
forums
recent posts
User login
Username:
*
Password:
*
Create new account
Request new password
Home
»
check if a key exists in a hash
( categories:
hash
)
Use the function
exists
print "Key $key exists\n" if ( exists($hash{$key}) );
Bookmark/Search this post with:
|
|
|
|
»
login
or
register
to post comments
Home
|
Links
|
RSS feed
|
Forums