Help for this page
use strict; use Data::Dumper; ... add($start, 1, 1..2); print Dumper($start);
$VAR1 = { '1' => { ... 'count' => 2 } };