##
# Decompose directory/sub-directory/file into campaign,
# month and file.
my ( $campaign, $month, $fname ) = split ( '/', $file );
##
##
# Build an array of hash references from the output from
# the output wc -l command containing campaign, month and
# count data.
my @files = map {