DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtext-format-perl
BeschreibungPerl module for formatting (text) paragraphs
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version0.52-21
Sektionperl
Prioritätoptional
Installierte Größe96 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerUbuntu Core Developers
Quelle
Paketgröße19292 Byte
Prüfsumme MD5b80eafd09baa62211f08fb2b04c3ae29
Prüfsumme SHA11dca13bf1cc8f60ba4154f8577da538af53145d6
Prüfsumme SHA256cb85485087bd8e6052311e58faccc87b157bef60308bd3c572560267fc3227a1
Link zum Herunterladenlibtext-format-perl_0.52-21_all.deb
Ausführliche BeschreibungThis 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().


Impressum
Linux is a registered trademark of Linus Torvalds