Help for this page
>perl -le "my %hash; exists($hash{foo}); print scalar %hash" 0
>perl -le "$hash->{foo}; print $hash ? 1 : 0" 1