Hello,

I am using Perl to embed it in C application(
http://perldoc.perl.org/perlembed.html).

I need to have a possibility to interrupt perl function invoked from C code
via `call_pv`/`call_*` methods.

I tried achieving this via destroying running perl context, but this
resulted on fatal error "Can't undef active subroutine during global
destruction".

So, how can I interrupt running perl func from C?

Regards,
Fedor

Reply via email to