Help for this page

Select Code to Download


  1. or download this
    void setCallback( SV *cb1, SV* cb2, SV *cb3, SV *cb4 ) {
        int i;
    ...
    setCallback( \&fred::callback1, \&fred::callback2, \&fred::callback3, 
    +\&fred::callback4 );
    
    sleep 100;