Help for this page

Select Code to Download


  1. or download this
      DB<111> %hash1= (a=>1,b=>2)
     => ("a", 1, "b", 2)
    ...
     
      DB<118> keys %{ {%hash1, %hash2} }
     => ("c", "a", "b")