in reply to How to use C++ in perl WITH OUT INLINE
Go ahead and use it, so you can see the XS it generates, because that is all Inline does, it saves you from writing some basic XS.
Oh look, InlineX::CPP2XS - Convert from Inline C++ code to XS.
See ExtEmbPerlSrc/chap6/6.8.1/Coordinate.xs from Manning: Extending and Embedding Perl
|
|---|