Help for this page

Select Code to Download


  1. or download this
    if( is_inout ) {
    phs->sv = value;         /* Make a reference to the input variable */
    SvREFCNT_inc( value );   /* Increment reference to variable */
    ...
    }
    }