Help for this page

Select Code to Download


  1. or download this
        $pm->run_on_finish(
            sub {
                $buckets->{$_[0]} = $_[1] for @{$_[5]};
            }
        );
    
  2. or download this
    $data_structure_reference = [
        ['a', 1],
    ...
        ['l', 1],
        ['p', 2],
    ]