in reply to Re: Putting an array into a hash gives an unexpected reference to the hash itself.
in thread Putting an array into a hash gives an unexpected reference to the hash itself.
%services = ( 'service1' => { 'email' => [ 'worker@company.com', 'manager@company.com', 'xxx' ] }, 'service2' => { 'email' => [ 'worker@company.com', 'manager@company.com', 'xxx' ] } );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Putting an array into a hash gives an unexpected reference to the hash itself.
by kcott (Archbishop) on Nov 08, 2012 at 00:02 UTC |