Help for this page

Select Code to Download


  1. or download this
    sub foo {
    
        ...
    ...
        goto scalar $_[0]->can("method");
    
    }
    
  2. or download this
    sub foo {
    
        ...
    
        $obj->(@_[1..$#_]);
    }