On 10/26/07, Bilashi Sahu <[EMAIL PROTECTED]> wrote: snip > Now I am trying to do automation in Perl. Just wondering is there any > way I can call C++ APIs using Perl. snip
You have two options: Inline::CPP* and XS*. Inline::CPP is probably easier to setup, but XS is more robust. * see http://search.cpan.org/~neilw/Inline-CPP-0.25/lib/Inline/CPP.pod ** see the following perldocs: perlxstut, perlxs, perlapi, and perlguts -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/