Help for this page

Select Code to Download


  1. or download this
    (
        'key2' => 'bar',
        'key1' => 'foo',
        'not_a_key' => undef,
    )
    
  2. or download this
    @a2 = @h1{grep exists $h1{$_}, @a1};