in reply to map question
print map { ( my $x = $_ ) =~ s/\s+//g; length( $x ) < 15 ? () : $x; } @{ $data1{ $datafile } }; [download]