in reply to How to use C++ in perl WITH OUT INLINE

In case you havn't already looked at it: SWIG for C++ and Perl

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re: How to use C++ in perl WITH OUT INLINE

Replies are listed 'Best First'.
Re^2: How to use C++ in perl WITH OUT INLINE
by tod222 (Pilgrim) on Jun 26, 2011 at 05:37 UTC
    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.