Help for this page
use Carp qw(croak); sub call_service { ... return $handler->(@args); }
my $handler = \*{$name}{CODE};