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?

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.