[EMAIL PROTECTED] wrote:
There is something you're not telling us about the contents of these hashes.
Sorry, %p_mod looks like this: %p_mod = { 'A' => { 'fingers' => { '4' => 'ABSFMQS', '5' => 'SMTFQNL', }, 'name' => '8-H34' }, 'C' => { 'fingers' => { '1' => 'ALEJIEK', '2' => 'BESLERJ', }, 'name' => '9-J09' }, 'B' => { 'fingers' => { '3' => 'OLPWJEK', }, 'name' => '6-G79' } }
My best guess (since you make us guess) is that you're looking for a deep copy because the values of %p_mod are actually references.
I was unaware that this made a difference, thus the insufficient information. How do I proceed?
Thanks, Hardly -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>