in reply to Using multi-level hashes
*label= \$project{$activeProject} {components} {Software} {subComponents} {Database} {label} ;
You read the value using print $lable;, and assign a new value using '$label='Test-2'; .
This is a lot shorter than the OP which exhibited the full train of variables, and was coded like this:
$project{$activeProject} {components} {Software} {subComponents} {Database} {label} = 'Test-2';
|
|---|