##
use Data::Dumper;
...
print Dumper \%form;
####
$VAR1 = {
'another_hash' => {
'key 2' => 'value 2',
'key 1' => 'value 1'
}
};