| Paketname | libtext-format-perl |
| Beschreibung | Perl module for formatting (text) paragraphs |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.52-21 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 56 Byte |
| Hängt ab von | perl (>= 5.6.0-16) |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Perl Group |
| Quelle | |
| Paketgröße | 19274 Byte |
| Prüfsumme MD5 | 7f1ba057ae9154c915a194c6bbde85e1 |
| Prüfsumme SHA1 | f822c8ed8cf98b921d3cb600b8e3f150951d68dd |
| Prüfsumme SHA256 | 3ddc82a549d3a7ed6e2c9a4f25ece6b920c4a120d76a205caa20c3d3e50b32ca |
| Link zum Herunterladen | libtext-format-perl_0.52-21_all.deb |
| Ausführliche Beschreibung | This module provides the following functions:
.
format() Format text into a paragraph. Text is first broken into
words and then joined back together to make up the
paragraph. There are numerous attributes you can set to
your liking.
.
paragraphs() Treats each element of the array passed in as a separate
paragraph and passes them to format() for formatting.
The list returned will be then formatted into separate
paragraphs.
.
center() Centers all the lines that were passed in.
.
expand() Expand tabs into spaces.
.
unexpand() Turn spaces into tabs. First calls expand() to expand
tabs into spaces and then turns tabstop number of spaces
into tabs, you can set tabstop size with tabstop().
|