in reply to Re^4: perl c++ perlembed question
in thread perl c++ perlembed question

You do it the same way as calling functions from a shared library: you wrap the functions - using XS - yourself.