release 2024.001
Text::Tabs performs the same job that the unix expand(1) and unexpand(1) commands do: adding or removing tabs from a document.
Text::Wrap::wrap() will reformat lines into paragraphs. All it does is break up long lines, it will not join short lines together.
Text::Fill::fill() will reformat blocks of text into paragraphs. It uses Text::Wrap::wrap() to do the work
Install them with:
perl Makefile.PL make make test make install
用于文本处理和格式化,特别是处理制表符和空格
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Text::Tabs performs the same job that the unix expand(1) and unexpand(1) commands do: adding or removing tabs from a document.
Text::Wrap::wrap() will reformat lines into paragraphs. All it does is break up long lines, it will not join short lines together.
Text::Fill::fill() will reformat blocks of text into paragraphs. It uses Text::Wrap::wrap() to do the work
Install them with: