Help for this page
my @factorials = map { ... }; &{$_[0]}($_[0],$_)} (3,5,7,9);
sub make_call { goto $_[0]; ... }, $_); } (3,5,7,9);