Help for this page
use strict; use warnings; use 5.10.0; ... say "The count of 'word' is ", $hoh{'word'}{'count'}; say "The array of 'word' is @{$hoh{'word'}{'array'}}"; # now good.