Help for this page

Select Code to Download


  1. or download this
    Data: Hashes (Associative Arrays)
      How do I process an entire hash?
    ...
      Why does passing a subroutine an undefined element in a hash create 
    +it?
      How can I make the Perl equivalent of a C structure/C++  class/hash 
    +or array of hashes or arrays?
      How can I use a reference as a hash key?
    
  2. or download this
    if(@{$refa}{keys %{$refb}}) {
        #
    }