in reply to Re^2: Getting full traceback from (someone elses) XS routine
in thread Getting full traceback from (someone elses) XS routine

In XS, croak() is pretty much the same as die in Perl code. It indeed has nothing to do with Carp.

- tye        

  • Comment on Re^3: Getting full traceback from (someone elses) XS routine ('croak')