Hi monks,
I am calling external jar file using perl script and that jar file return the some value. How to get the return's value to the perl scalar variable.
Example
$return=`java -jar xyz.jar`;
In the above example it returns the some value say 10. How to get 10 into the $return variable.
In reply to get return value from jar file by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |