Help for this page

Select Code to Download


  1. or download this
    #include <EXTERN.h>               /* from the Perl distribution     */
     #include <perl.h>                 /* from the Perl distribution     *
    +/
    ...
        PERL_SYS_TERM();
        exit(EXIT_SUCCESS);
     }
    
  2. or download this
    #include <EXTERN.h>
    #include <perl.h>
    ...
        exit(EXIT_SUCCESS);
     }