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 strongm 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: N3wb1e
  • Content: Threads
  • Order by date
  1. N3wb1e

    Problem with adding variables

    I'm very new to perl, and I'm having trouble with the following script: #!perl $firstnum = 3; $secondnum = 2; $total = $firstnum + $secondnum; print $total; ##comes out to 5 $firstnum = 6; print $total; ##comes out to 5 (I know why) - but I want to come out to 8 How do I write this so...

Part and Inventory Search

Back
Top