I have a set of classes written in C++. What would be best way to call them from a Perl script? Thanks.
I would normally choose XS, like tsee, but there is also Inline::C (or Inline::CPP in this case). I dislike SWiG and tend to avoid packages built around it.