Help for this page
foreach my $element (@{$hash{$key}}{ #work on $element; }
use strict; use warnings; ... } print "there are $articleCount articles\n"; print pp \%hash;