Re: Calling C++ function using Perl

2007-10-26 Thread Chas. Owens
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://se

Calling C++ function using Perl

2007-10-26 Thread Bilashi Sahu
Hi, I am testing some APIs written in C++. Now I am trying to do automation in Perl. Just wondering is there any way I can call C++ APIs using Perl. Thanks a lot in advance for your reply, Bilashi