Help for this page

Select Code to Download


  1. or download this
    void callback(){
        dSP;
    ...
    // example extern call
    
    externFunc(&callback);
    
  2. or download this
    use warnings;
    use strict;
    ...
        call_pv("p_callback", G_DISCARD|G_NOARGS);
    }
    
  3. or download this
    in init
    in perl callback
    Segmentation fault