in reply to Calling functions from shared object libraries
There are FFI and C::Dynalib but you might have better luck building an XS module for this or using Inline to build the XS module.