Help for this page

Select Code to Download


  1. or download this
    use Carp qw(croak);
    sub call_service {
    ...
    
       return $handler->(@args);
    }
    
  2. or download this
    my $handler = \*{$name}{CODE};