I would like to declare variables recursively, this way I could save lots of time in associating data of arrays hashes etc.
What I would like to to is the following:
foreach $name (@array){ ${$name}=X }
is it possible with perl?, because its posible with linux shell. Thanks