On 13 Aug 2004, at 08:16, Karthick wrote:
Is it possible to embed C/C++ codes into perl programs. (Actually I want to make use of an API, that could be used with with C).

You could try XS <http://www.perldoc.com/perl5.6/pod/perlxs.html> or Inline::C <http://search.cpan.org/~ingy/Inline-0.44/C/C.pod>. They both look like they should do the job, but I have to confess I haven't used either.


--
David Dorward
     <http://dorward.me.uk/>
<http://blog.dorward.me.uk/>


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to