Help for this page
#include <EXTERN.h> /* from the Perl distribution */ #include <perl.h> /* from the Perl distribution */ ... perl_destruct(my_perl); perl_free(my_perl); }
% cc -o interp interp.c `perl -MExtUtils::Embed -e ccopts -e ldopts`