Help for this page
use strict; use warnings; ... } printf "Count 1: %d, Count 2: %d\n", $counter1->(), $counter2->();
Count 1: 3, Count 2: 9