Help for this page
#include <EXTERN.h> /* from the Perl distribution */ #include <perl.h> /* from the Perl distribution * +/ ... PERL_SYS_TERM(); exit(EXIT_SUCCESS); }
#include <EXTERN.h> #include <perl.h> ... exit(EXIT_SUCCESS); }