* 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.
Index: perlfaq8.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq8.pod,v retrieving revision 1.15 diff -u -d -r1.15 perlfaq8.pod --- perlfaq8.pod 6 Dec 2002 07:40:11 -0000 1.15 +++ perlfaq8.pod 29 Dec 2002 10:54:50 -0000 @@ -556,7 +556,8 @@ L<perlfunc>). Remember to check the modules that came with your distribution, and -CPAN as well--someone may already have written a module to do it. +CPAN as well--someone may already have written a module to do it. On +Windows, try Win32::API. On Macs, try Mac::Carbon. =head2 Where do I get the include files to do ioctl() or syscall()? -- brian d foy, [EMAIL PROTECTED]
