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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jerrig1

  1. jerrig1

    perl If then comparing arrary elements

    thank you Travis69: that was it... I mis typed the array name. what did you mean by using a hash to keep the arrays synced?
  2. jerrig1

    perl If then comparing arrary elements

    below is a sample script I wrote and in the testing section there is what I thought was a simple IF/Else statement. the output I get when I run this all fall in the "Else" but that is not my expected results. I am not new to scripting, but relativly new to perl. is my IF statement, quotes, or...
  3. jerrig1

    can you create a dynamic varrible

    I would like to create a dynamic varible. Basicly: I want to assign a varrible then have the value of that varrible be the lable of another varible X = "test" '(value of X) = 3 ' (X) = 3 ' test = 3 -------------------------------- I can do this in DCL x="test" 'x'=3 ----------------------...

Part and Inventory Search

Back
Top