- or download this
my %hash = ( 'key' => 'value' );
...
print "exists \$array[\$index]\n" if exists $array[0];
- or download this
exists operator argument is not a HASH element at test-5.00503.perl li
+ne 7.
- or download this
exists $hash{'key'}
exists $array[$index]