my $foo = { by_id => { 0 => { id => 0, name => "bob", other => "Nothing to see here", }, }, }; $foo->{by_name}{bob} = $foo->{by_id}{0};