Help for this page
my @KEY = split (/[\s:]/,$_);
my @KEY = split( /: /, $_ );
for each data line { ... assign array of arrays to hash }