in reply to perl_call_argv

You probably want to look in the perlcall and perlembed documentation in the first instance.

In summary perl_call_argv (called call_argv in the documentation) is used to called a Perl subroutine from C code - it is probable there is an error in the subroutine being called.

/J\