. If it hasn't already been done yet, you'll need
glue to access C header files which link to the shared objects. While any ol' ELF binary (which perlcc can generate) can request to load a lib, that doesn't mean it has automatic access to that lib's functions. You might have to write a whole new module around the C header file which may take a manner of minutes or hours. Start with the
orial. Good luck!