I've come to appreciate Win32::API for the fact that I can call any function in any reachable DLL without needing to bother with Inline, XS, a C compiler or anything like that. I'm wondering if an equivalent exists for Unix or if it would be possible to create one. Granted, on my Unix systems I, like most people, have a C compiler, but I feel like it would reduce debugging cycle time and make distribution easier if I could not depend on it. So my questions are:
- Does it already exist?
- If not, could it be written?
- If #2 is yes, approximately how might it work?
- If #2 is no, why not?
Cheers