Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
        inline_stack_done;
    }
    
  2. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
            }
            /* must have used dXSARGS; list context implied */
            return; /* assume stack size is correct */
    
  3. or download this
        MODULE = c_and_back_pl_f8ff  PACKAGE = main
    
  4. or download this
        MODULE = My::Module  PACKAGE = My::Module
    
  5. or download this
        require XSLoader;
        XSLoader::load('My::Module', $VERSION);