in reply to Re: Re: Re: how can you pass values from the objects in java to the perl program?
in thread how can you pass values from the objects in java to the perl program?

As you can see above, i have specified the full path -
R.exec("d:\\ActivePerl\\bin\\perl rscdetail2.pl " + contract_number+" "+member_id+" "+start_date+" "+end_date); I tried using the debugger in visual age and had a look at the value generated from it:
"d:\\ActivePerl\\bin\\perl rscdetail2.pl " + contract_number+" "+member_id+" "+start_date+" "+end_date It looks like it is correct.. ????????????
  • Comment on Re: Re: Re: Re: how can you pass values from the objects in java to the perl program?