Help for this page

Select Code to Download


  1. or download this
    print keys %{ hash_ref -> { key } }; #( Hash of Hash )
    
  2. or download this
    print keys %{ hash_ref -> { "key" } }; #( Hash of Hash )
    
  3. or download this
    print keys %{ "hash_ref -> { key }" }; #( Hash of Hash )