|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: Call C functions from Perlby mscharrer (Hermit) |
| on Apr 23, 2008 at 21:33 UTC ( #682502=note: print w/ replies, xml ) | Need Help?? |
|
You can call C functions from Perl. The simplest way AFIK is using Inline::C. I don't have any experience using it together with a VS C compiler, I just used it a few times with the GCC under Linux. Another way to call C code from Perl is using XS, but IMHO it's only for advanced Perl programmers, e.g. to write Perl extensions.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||