Help for this page

Select Code to Download


  1. or download this
      my %h1 = %{ $_[0] }; #h2 similar
    
  2. or download this
      my %h1 = (defined $_[0] and ref $_[0]) ? %{ $_[0] } : ();
    
  3. or download this
  4. or download this
      scalar grep { 
        my ($a, $b) = ( $h1{$_}, $h2{$_} );
    ...
          or
        $a ne $b 
      } @k1