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_destruct(my_perl);
            perl_free(my_perl);
        }
    
  2. or download this
     Compiling E:\PERL_INC.C:
     Error E:\PERL_INC.C 1: Unable to open include file 'EXTERN.H'
    ...
     Error E:\PERL_INC.C 10: Undefined symbol 'my_perl' in function main
     Error E:\PERL_INC.C 12: Undefined symbol 'NULL' in function main
     Warning E:\PERL_INC.C 16: Parameter 'env' is never used in function m
    +ain