{ my $xxx = { 'key1' => 'value1', 'key2' => 'value2' }; sub as_hash { return $xxx; } } [download]
In reply to Re: overload + each() bug by borisz in thread overload + each() bug? by jdhedden