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.

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: Calling functions from shared object libraries