rethaew has asked for the wisdom of the Perl Monks concerning the following question:
Thank you.$hoh{'key'} = %hash; #doesn't work $hoh{'key'} = \%hash; #doesn't work
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Add hash to hash
by bichonfrise74 (Vicar) on Oct 22, 2009 at 22:38 UTC | |
|
Re: Add hash to hash
by ikegami (Patriarch) on Oct 22, 2009 at 22:33 UTC | |
by rethaew (Sexton) on Oct 22, 2009 at 22:39 UTC |