Help for this page

Select Code to Download


  1. or download this
    my $obj = Class->new;
    my $func = $obj->can('some_method');
    
  2. or download this
    $obj->$func(...);