in reply to
How can I populate attributes of a hash into another ?
map { $chapter{$_} = $book{$_} } keys %book;
Comment on
Re: How can I populate attributes of a hash into another ?
Download
Code
In Section
Seekers of Perl Wisdom