Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ProGrape
  • Content: Threads
  • Order by date
  1. ProGrape

    Evaluating Arithmetic Operators within Backticks

    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)."...

Part and Inventory Search

Back
Top