Help for this page
sub make_closures { my $j = 0; ... push (@closures, sub {print $value, "\n";}); } }