in reply to Calling builtin functions from Inline::C

I've not used Inline::C, but as someone who has messed with XS for quite a few years I'll second derby's comments - using straight C or PerlIO_read() sounds like a better solution here.

Michael

  • Comment on Re: Calling builtin functions from Inline::C