Help for this page
use vars qw/%x/; ... print $x{test}; print $x{test}{this};
$x{test} = 'ENV'; $x{test}{important_key} = 'bad value';