Help for this page

Select Code to Download


  1. or download this
    #include <EXTERN.h>
    #include <perl.h>
    ...
    
        return 0;
    }
    
  2. or download this
    void do_something () {
        dSP;
    ...
        FREETMPS;
        LEAVE;
    }