Help for this page
$test = 'test'; %hash = ( t => $test); $test = 'changed';
%hash = ( t => $test);
$change = 'changed'; $hash{t} = $change;