Hi all, i have a dll file written in C language. i have written a C code to load the DLL file and get some information from the API.
Is there a way to load this dll file using perl and get the information from the API. If yes can some one post a sample code to load the DLL , call some API and get information.