or download this
my %people = (
1 => { first_name => 'Bob', last_name => 'Smith', topic => 'An
+thropology' },
...
4 => { first_name => 'Tina', last_name => 'Lacy', topic => 'So
+cial Work' },
5 => { first_name => 'Anthony', last_name => 'Sanders', topic => 'En
+glish' },
);