Help for this page

Select Code to Download


  1. or download this
    
       #include <EXTERN.h>
    ...
           perl_destruct(my_perl);
           perl_free(my_perl);
       }
    
  2. or download this
       #include <EXTERN.h>
       #include <perl.h>
    ...
           perl_free(my_perl);
       }
    
  3. or download this
    
       #include <EXTERN.h>
    ...
           perl_free(my_perl);
       }