Help for this page
use My::Wrapper qw(wrap); ... } wrap( \&hello_world );
sub wrap { my ( $code_ref ) = @_; ... }); # blah blah }