Help for this page
my %hash = { 'debt-1' => { ... 'address1' => 22 }, };
my %hash = ( 'debt-1' => { ... 'address1' => 22 }, );