Paketname | libtext-format-perl |
Beschreibung | Perl module for formatting (text) paragraphs |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 0.52-21 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 96 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Core Developers |
Quelle | |
Paketgröße | 19292 Byte |
Prüfsumme MD5 | b80eafd09baa62211f08fb2b04c3ae29 |
Prüfsumme SHA1 | 1dca13bf1cc8f60ba4154f8577da538af53145d6 |
Prüfsumme SHA256 | cb85485087bd8e6052311e58faccc87b157bef60308bd3c572560267fc3227a1 |
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().
|