in reply to Book Code

Change the curlies in
my %hash = { .. };
to parens:
my %hash = ( .. );