Help for this page

Select Code to Download


  1. or download this
    >perl -le "my %hash; exists($hash{foo}); print scalar %hash"
    0
    
  2. or download this
    >perl -le "$hash->{foo}; print $hash ? 1 : 0"
    1