Help for this page

Select Code to Download


  1. or download this
    $object->$meth($arg1,$arg2);
    
  2. or download this
    apply($object,$method,$arg1,$arg2);
    
  3. or download this
    my $meth_ref = $object->can($method);
    apply($meth_ref,$arg1,$arg2);