in reply to Re: How to use C++ in perl WITH OUT INLINE
in thread How to use C++ in perl WITH OUT INLINE

Another recommendation for SWIG. I chose to use SWIG since it seemed much easier than learning the guts of XS.

In addition to the paper linked by zentara, which is a bit old, you'll also want to consult the SWIG and Perl5 chapter in the manual from the documentation on the SWIG website.

  • Comment on Re^2: How to use C++ in perl WITH OUT INLINE