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