Help for this page

Select Code to Download


  1. or download this
    my $meth = $pack->can("${method}2");
    $pack->$meth(@args);
    
  2. or download this
    $pack->can("${method}2")->($pack, @args);