Help for this page

Select Code to Download


  1. or download this
    package Obj;
    
    ...
    my $x=Obj->new();
    $x->howl('oh');
    $x->can(mname)->('ah');
    
  2. or download this
    $x->can(mname)->($x,'ah');