ok, i want to call a varible, and the name of it is the value of another. how can i do this?
e.g.
i want a var called 1.
$1="what ever i wanted in 1";
$chosenVar=1;
print [this is the bit i dont know!]
can it be done?
Thanx in advance
SOLEX