Help for this page

Select Code to Download


  1. or download this
    my %in_hash = (
      jibber => [
    ...
                  {id => 22, score => 2, name => 'baz'},
                ],
    );
    
  2. or download this
    
    my %out_hash = (
    ...
                            {id => 12, score => 2, name => 'zib'},
                         ],
    )