- or download this
#include <EXTERN.h>
#include <perl.h>
...
perl_free(my_perl);
PERL_SYS_TERM();
}
- 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.
- or download this
force install ExtUtils::Embed