Help for this page

Select Code to Download


  1. or download this
      DB<117> %hash=()
    
    ...
    
      DB<119> \%hash
     => { A => [1, 2, 3, 4], B => [5, 6], C => [7, 8] }
    
  2. or download this
      DB<125> %hash=()
    
    ...
    
      DB<127> \%hash
     => { A => [1, 2, 3, 4], B => [5, 6], C => [7, 8] }
    
  3. or download this
      DB<128> %hash=()
    
    ...
    
      DB<130> \%hash
     => { A => [1, 2, 3, 4], B => [5, 6], C => [7, 8] }
    
  4. or download this
      DB<135> %hash=()
    
    ...
    
      DB<137> \%hash
     => { A => [1, 2, 3, 4], B => [5, 6], C => [7, 8] }