Hi,
On linux I can Perl_sv_dump(sv), but that fails on Windows - where I have to Perl_sv_dump(aTHX_ sv). Alternatively, sv_dump(sv) seems to work quite well on Windows - but sv_dump(aTHX_ sv) fails, though that also works quite well on linux.

Is this expected behaviour ? (I'm running perl 5.10.0 in both instances.)

What is the best way to use Perl_sv_dump/sv_dump portably ?

Cheers,
Rob

Reply via email to