On Sun, 29 Dec 2002 02:56:42 -0800, [EMAIL PROTECTED] (_brian_d_foy) wrote:
> * How can I call my system's unique C functions from Perl? > + mentioned specific modules, Win32::API and Mac::Carbon. if > anyone knows of other modules i should mention, please let > me know. Inline::C? Though the interface requires more knowledge of C (and possibly a bit of Perl guts, e.g. what's an SV) than does Win32::API (I'm not familiar with Mac::Carbon). Cheers, Philip
