Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ap/text-tabs
https://github.com/ap/text-tabs
dual-life perl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ap/text-tabs
- Owner: ap
- Created: 2018-04-20T15:10:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T21:27:19.000Z (10 months ago)
- Last Synced: 2024-05-09T11:35:12.387Z (8 months ago)
- Topics: dual-life, perl
- Language: Perl
- Homepage: https://metacpan.org/dist/Text-Tabs+Wrap
- Size: 116 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
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 workInstall them with:
perl Makefile.PL
make
make test
make install