in reply to Re: Using the Variable Name from an Array
in thread Using the Variable Name from an Array
$test=12; $test=13; @array=($test,$test2); foreach $value(@array) { print ?Variable_Name? $value; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using the Variable Name from an Array
by shmem (Chancellor) on Nov 14, 2019 at 17:13 UTC | |
|
Re^3: Using the Variable Name from an Array
by choroba (Cardinal) on Nov 14, 2019 at 17:11 UTC |