Help for this page

Select Code to Download


  1. or download this
        "HASH" eq ref($_)
        /HASH/
        /(^|=)HASH\b/
        UNIVERSAL::isa( $_, "HASH" )
    
  2. or download this
        use Hash::FindKeys qw( FindHashKeys );
        # FindHashKeys finds keys of a hash where the key and
    ...
                sub { /^-/ }, sub { $_ ne "" } );
            # Oops, that dies!
        }