Help for this page

Select Code to Download


  1. or download this
    my %hash = ();
    
  2. or download this
    @hash{ @array1, @array2 } = ();
    
  3. or download this
    @array3 = keys %hash;