in reply to How can I populate attributes of a hash into another ?

map { $chapter{$_} = $book{$_} } keys %book;