Help for this page
#include <EXTERN.h> #include <perl.h> static PerlInterpreter *foo; ... perl_destruct(foo); perl_free(foo); }
printme(); sub printme { print $_[0] };
prompt% myperl script.pl geh