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 Debian Archiv squeeze (main)
Version0.52-21
Sektionperl
Prioritätoptional
Installierte Größe56 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße19274 Byte
Prüfsumme MD57f1ba057ae9154c915a194c6bbde85e1
Prüfsumme SHA1f822c8ed8cf98b921d3cb600b8e3f150951d68dd
Prüfsumme SHA2563ddc82a549d3a7ed6e2c9a4f25ece6b920c4a120d76a205caa20c3d3e50b32ca
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