in reply to Re: How To Create a PERL Binding?
in thread How To Create a PERL Binding?

If you don't want to learn the ins and outs of XS, Inline::C is a pretty good place to start.

Since he mentions C++, also Inline::CPP. And another interesting module which I discovered quite recently is InlineX::XS which "Auto-converts Inline::C based modules to XS".