idy has asked for the wisdom of the Perl Monks concerning the following question:
$var = $AADR2$AADR3$ADDR4
I need a single variable which should hold multiple values from an Array element.something like the above sample.
Is it possible ?
Here ADDR is array and var is a variable.
Help is much appreciated
Comment on assigning multiple array values to a single variable is it possible ?