Help for this page
my $anon = sub { my $func = shift; ... $func->($count); } };
my $counter = sub { $anon->($anon, shift) };