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
     g++ fn-test.cpp -o t 'perl -MExtUtils::Embed -e ccopts -e ldopts'
    g++: perl -MExtUtils::Embed -e ccopts -e ldopts: No such file or direc
    +tory
    fn-test.cpp:2:24: fatal error: EXTERN.h: No such file or directory
    compilation terminated.
    
  3. or download this
    force install ExtUtils::Embed