I want to know if it's possible and how hard would it be to call functions from a C++ library(.so|.dll) from perl.
As I searched, a XS interface seems like the solution, but it's a rather big library(see
Anyway, I decided to post this and ask for directions in what would be better in this case.
Thanks.