in reply to overload + each() bug?
{ my $xxx = { 'key1' => 'value1', 'key2' => 'value2' }; sub as_hash { return $xxx; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: overload + each() bug
by dragonchild (Archbishop) on Nov 17, 2005 at 16:07 UTC | |
by jdhedden (Deacon) on Nov 17, 2005 at 17:29 UTC | |
|
Re^2: overload + each() bug
by VSarkiss (Monsignor) on Nov 17, 2005 at 16:10 UTC |