Hello,

I'm posting to this list, as I think the people around mod-perl have a good knowledge about how to embed perl into applications.

I've searched the web for good information, but anything, i found, wasn't very useful. "man perlembed" only tells some raw basics and doesn't really help me to find where to start.

What I want to do is to use perl to create plugins for an application, which usually gets extended using C++. So what I want to do is a C++ plugin for that application, which loads a perl script and exports parts of the API into the namespace of this perl script.

A big problem is, that I need bidirectional communication from C to perl and back again. Means, that I need some way to call functions in the C application from perl. Most documentation, out there, only covers calling perl functions from C but not the other way.

It would really help me, if someone could point me to good documentation about embedding perl. I would prefer to get something in printed form, but the only book, I found (Extending and embedding Perl) is not longer available in Germany.

Thank you very much in advance

Yours

Manuel Reimer


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org

Reply via email to