perl code [2008-05-08 11:12:01]
Finding the cause of inexplicable warnings in XS code
By TimBunce
Perl is reporting the last line of perl code that was executed at the same or higher level in the stack. So other perl code, such as a callback, may have been executed between entering xsub() and the warning being generated, …
Not this… - http://blog.timbunce.org
.
