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

    Easy Newb Question???

    Hey all, Im trying to figure out how to do an if statement to match one of three vaules. (START CODE) my $value1 = 5 my $value2 = 6 my $value3 = 7 #Lost but Ill give an example If ($random == $value1|$value2|$value3) #This didnt work. It always matched If ($random == $value1 .. $value3)...

Part and Inventory Search

Back
Top