Help for this page

Select Code to Download


  1. or download this
        #include <EXTERN.h>
        #include <perl.h>
    ...
            perl_free(my_perl);
        PERL_SYS_TERM();
        }
    
  2. or download this
                 
    if(SvTRUE(ERRSV))
    fprintf(stderr, "eval error: %s\n", SvPV_nolen(ERRSV));