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