开发者

I am looking for C++ wrapper around built-in Perl functions [closed]

开发者 https://www.devze.com 2023-01-05 09:04 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_如何学JAVA

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

A while ago I found a library that allowed calling individual built-in Perl functions in C++, I cannot find it now.

Can you tell me where I can find it on the net?

Thanks.


You might want to try libperl++. It's still kind of beta, but the part that involves calling perl from C++ has been mature for quite some time. It's much easier to use than the perl API itself.

Full disclosure: I'm the author of libperl++


Read perlembed and Extending and Embedding Perl.


Try the following:

perl xs c++

C::DynaLib

0

精彩评论

暂无评论...
验证码 换一张
取 消