Hello,

there are many very good examples on how to execute perl code from C. For example the following tutorial is very helpful:

http://perldoc.perl.org/perlembed.html

But it only shows calling from C to perl.

What I want to do is to create a function in C code and somehow export it to my embedded perl interpreter. Then I want to be able to call this C function from perl code.

Can someone point me to a good example on how to do this?

Thank you very much in advance.

Greetings,

Manuel


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to