![]() |
|
P is for Practical | |
PerlMonks |
How can I call my system's unique C functions from Perl?by faq_monk (Initiate) |
on Oct 08, 1999 at 00:29 UTC ( [id://725]=perlfaq nodetype: print w/replies, xml ) | Need Help?? |
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version:
In most cases, you write an external module to do it - see the answer to ``Where can
I learn about linking
C with Perl? [h2xs, xsubpp]''. However, if the function is a system call, and your system supports
Remember to check the modules that came with your distribution, and CPAN as well - someone may already have written a module to do it.
|
|