Help for this page
my($index, $record) = (0); while (<$fh>) { ... push @{$record->[$index]->{items}}, $1; } }