RE: Testing C++ API using Perl code

2007-10-29 Thread Brian Raven
Bilashi Sahu <> wrote: > Hi, > > I am testing some APIs written in C++. > Trying to do automation the testcases and just wondering if there is > any way I can call C++ APIs using Perl. > > Thanks a lot in advance for your reply, If you feel like coding it yourself, start with the documentation

Re: Testing C++ API using Perl code

2007-10-27 Thread Mark Pryor
Bilashi Bilashi Sahu <[EMAIL PROTECTED]> wrote: Hi, I am testing some APIs written in C++. Trying to do automation the testcases and just wondering if there is any way I can call C++ APIs using Perl. Brian Ingerson of ActiveState started by creating Inline::C. Checkout: Inline::CPP What co