Some time ago I found a library that allowed to call individual Perl built-in functions in C ++, I can not find it now.
Can you tell me where I can find it online?
Thank.
You might want to try libperl ++ . This is still a beta version, but the part that includes the perl call from C ++ is long overdue. This is much easier to use than the perl API itself.
Full disclosure: I am the author of libperl ++
perlembed Perl.
perlembed
Try the following:
perl xs c ++
C :: DynaLib
Source: https://habr.com/ru/post/1752405/More articles:Exception when trying to debug a project from the IDE, but not when starting outside the IDE - c #How to detect failover mail in Google App Engine? - pythonJava - dynamic compilation without JDK - javarails - redirection when the user manually enters the wrong URL - ruby ββ| fooobar.comSQL LENGTH in ActiveRecord? - ruby-on-railsC ++ for checking monophonic pointers - c ++Adding and Retrieving from KeyedCollection - collectionsHow to enable exception handling in objective-c and xcode - gccGood code spelling for Visual Studio 2010 - visual-studio-2010How to run Google Web Toolkit applications from the command line? - javaAll Articles