#ifndef EL__SCRIPTING_PERL_CORE_H #define EL__SCRIPTING_PERL_CORE_H #include #include #include #ifdef __cplusplus extern "C" { #endif struct module; extern PerlInterpreter *my_perl; void init_perl(struct module *module); void cleanup_perl(struct module *module); #ifdef __cplusplus } #endif #endif