Help for this page
my $hi_mom = prefix_later( sub { my $f = shift(); print "got: $f\n"; }, ... ); $hi_mom->("nerp") for (1..3);
got: nerp this was unneccessary: got: nerp this was unneccessary: got: nerp