
sach_1979
Novice
May 12, 2009, 1:44 AM
Post #1 of 1
(5132 views)
|
C++ function call in Perl
|
Can't Post
|
|
Hi, How can I access C++ function in Perl. I have a test.cpp and test.h file, which contains following routines int add(int a, int b); int sub(int a, int b); how can i call this function in perl script? Thanks sachin
|