in reply to How to use C++ in perl WITH OUT INLINE
Basically, the h2xs utility allows you to create a .xs file - that can connect your Perl code with C functions because it holds the routines required - so using it in conjunction with the XSUBPP program gets you to transit from .xs to C code in Perl ...
|
---|