On Tue, 20 Jun 2006, Sisyphus wrote:
> 
> The following Inline::C script runs fine on linux (perl 5.8.8):

I don't really see a use case where you would have to call report_uninit()
explicitly in a module, but if you do, maybe this will work:

       (void)SvIV(PL_sv_undef);

Cheers,
-Jan


Reply via email to