hi all,
in our project we have to integrate perl and c++ program
we could succesfully call the perl program from c++ but
couldn pass the parameters .........
which are variables in c++........
how are the variables passed ...
system("perl ../perlbanking/new acctno 0 0 tot");
where in acctno and tot are c++ variables of type int...
thanks a ton in advance........
in our project we have to integrate perl and c++ program
we could succesfully call the perl program from c++ but
couldn pass the parameters .........
which are variables in c++........
how are the variables passed ...
system("perl ../perlbanking/new acctno 0 0 tot");
where in acctno and tot are c++ variables of type int...
thanks a ton in advance........
Comment