I am trying to find out if there is a way to call a function
that lives in a shared object library (.so file) on UNIX/Linux,
from a Perl script.
I know how to do it on Win32 systems, with Win32::API. Is
there a similar module that can do the same on UNIX
systems?
Thanks in advance.