Errto has asked for the wisdom of the Perl Monks concerning the following question:
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:
Cheers
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::API equivalent for Unix
by chromatic (Archbishop) on Jan 17, 2006 at 06:18 UTC | |
|
Re: Win32::API equivalent for Unix
by PodMaster (Abbot) on Jan 17, 2006 at 06:24 UTC | |
by tye (Sage) on Jan 17, 2006 at 15:08 UTC | |
|
Re: Win32::API equivalent for Unix
by schweini (Friar) on Jan 17, 2006 at 19:34 UTC | |
by glasswalk3r (Friar) on Jan 19, 2006 at 11:48 UTC |