Help for this page
#!/usr/bin/perl -w use strict; ... # Let's fancy it up: show how many books they have! print "$someone has $books{$someone} books checked out\n"; }