Hi Dana,

> I have a perl program that is call a c sub , the c subs issus a Perl_croak.
> How can I catch that in the perl program, I tried with eval but it does not
> work.

You can definitely catch a call to Perl_croak() with eval.

What exactly do you mean by "it does not work"?
What happens? What do you think should happen?
Can we see your code and what you expect it to do?

-- Marcus

Reply via email to