Vitantonio has asked for the wisdom of the Perl Monks concerning the following question:
Hi - How do I set $! in an xs method? My reading of perlxstut, perlxs, and perlguts leads me to believe it's tied in with error and _sys_errlist; but I want to set $! to a meaningful string for my module.
Thanks - this is my first post ;-)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Setting $! in xs
by Prof Vince (Friar) on Aug 06, 2011 at 20:48 UTC | |
Re: Setting $! in xs
by Anonymous Monk on Aug 06, 2011 at 14:35 UTC | |
by Anonymous Monk on Aug 06, 2011 at 14:38 UTC | |
Re: Setting $! in xs
by strredwolf (Chaplain) on Aug 06, 2011 at 17:33 UTC | |
Re: Setting $! in xs
by Vitantonio (Initiate) on Aug 07, 2011 at 06:33 UTC |