I have to write a perl module that will call functions in a C-library from my perl code and I wanted to understand if the following is possible:
While I have been a long time perl user, I have never written perl module wrappers around functions in a C-library and any pointers, suggestions and advice would be sincerely appreciated.
Thank you