Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: execChapter 5
Function Reference
Next: Reference: exit
 

exists

exists $hash{$key}

Returns true if the specified hash key exists, even if the corresponding value is undefined.


Previous: Reference: execPerl in a NutshellNext: Reference: exit
Reference: execBook IndexReference: exit