![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^5: About using rperlby hakonhagland (Scribe) |
on Aug 14, 2019 at 13:20 UTC ( #11104449=note: print w/replies, xml ) | Need Help?? |
Interesting, so instead of converting the Perl code to a shared library, one could convert it to a .cpp source file instead which is then included into the main Perl script using gcc and Inline::CPP ? Alternatively, write a wrapper .cpp file that links with the generated shared library by giving a libs parameter to Inline::CPP ? It would still be great if someone could present a simple working (tutorial-type) example.. :)
In Section
Seekers of Perl Wisdom
|
|