Hi, I read RFC195 suggesting to drop 'chop' and go with 'chomp'. What does 'chop' have anything to do with 'chomp'? I'm totally oppose to that. Consider: my $s; map { /\S/ && $s .= "$_ " } split(/\s+/,@_); chop($s); return $s; Thanks, Marc K.Thread Next