This is a re-post since the original thread was deleted for unknown reasons, which seems to be a common happening on Tek-Tips. They also locked my account for unknown reasons and didn't reinstate it until yesterday without telling me why.
I asked this question last week, and it was answered, but I never got a chance to write down what they said.
Lets say I have a variable called $var and its equal to 'perl'.
$var = 'perl';
How could I create an array named after whatever $var is equal to? In this case, the @perl array should be created.
Thanks,
Chris
I asked this question last week, and it was answered, but I never got a chance to write down what they said.
Lets say I have a variable called $var and its equal to 'perl'.
$var = 'perl';
How could I create an array named after whatever $var is equal to? In this case, the @perl array should be created.
Thanks,
Chris