Hello. I am relatively new to perl, and I am having a problem involving the evaluation of arithmetic operators enclosed in backticks. From within my perl program, I call another perl program, using the following lines of code:
@n=@ARGV;
map system("perl other.pl ".($n[0]-$_)." ".($n[1]-1)."...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.