Help for this page

Select Code to Download


  1. or download this
    $obj->$method(@args)
    
  2. or download this
    my $method = $obj->can($method_name);
    
    $method->( $obj, @args );