D
Divick
I am a PERL newbie. Does any one know how can I call Perl functions
from my C++ program and vice versa? Also I want it to be portable i.e.
I can use whatever module /package both on linux and windows. I use to
program with TCL and I have done interfacing of a C program with TCL,
thus I assume that doing so would be much easier and supported on Perl
(IMO especially when Perl is a better language than TCL as far as
scripting goes).
I checked this newsgroup for similar keywords but it seems like people
are suggesting to use system call even when they know with this one can
only call Perl from C++ but cannot getback the result of some function
in Perl.
Thanks,
Divick
from my C++ program and vice versa? Also I want it to be portable i.e.
I can use whatever module /package both on linux and windows. I use to
program with TCL and I have done interfacing of a C program with TCL,
thus I assume that doing so would be much easier and supported on Perl
(IMO especially when Perl is a better language than TCL as far as
scripting goes).
I checked this newsgroup for similar keywords but it seems like people
are suggesting to use system call even when they know with this one can
only call Perl from C++ but cannot getback the result of some function
in Perl.
Thanks,
Divick