- or download this
#define PERL_NO_GET_CONTEXT
sv_foo(a, b, c);
- or download this
Perl_sv_foo(my_perl, a, b, c);
- or download this
Perl_sv_foo(((PerlInterpreter *)pthread_getspecific(PL_thr_key)),
a, b, c);
- or download this
Perl_sv_foo(a, b, c);
- or download this
PerlInterpreter * my_perl =
(PerlInterpreter *)pthread_getspecific(PL_thr_key);