Help for this page

Select Code to Download


  1. or download this
    $amd->method();
    
  2. or download this
    # In AddrMatch.pm
    sub method {
    ...
        my $Cptr = $self->{__c_ptr};
        return $Cptr->xs_method();
    }