else { my($part, $rest) = _split_at($w, $self->columns); $para .= "\n$part\n"; $cols_left = $self->columns; unshift @words, $rest; }