in reply to Extending and Embedding in perl Question

Inline::C is another way to work with C in your perl programs, it allows you to define a chunk of C code and call it like any perl subroutine.

I've never used the XS stuff, but Inline::C is very straightforward to work with.


TGI says moo

  • Comment on Re: Extending and Embedding in perl Question