in reply to
XS/Guts and unset scalar pointers
In your first example, you seem to be using SV where you should be using scalar; doesn't if ( scalar == NULL ) do what you want?
Comment on
Re: XS/Guts and unset scalar pointers
Replies are listed 'Best First'.
Re^2: XS/Guts and unset scalar pointers
by
narse
(Pilgrim)
on Apr 04, 2005 at 14:43 UTC
Oops... The example has been fixed now, sorry. I didn't want to copy/paste because my code is a bit more elaborate than the example needs to be.
[reply]
In Section
Seekers of Perl Wisdom