{ my $xxx = { 'key1' => 'value1', 'key2' => 'value2' }; sub as_hash { return $xxx; } }