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