Paketname | libtext-formattable-perl |
Beschreibung | Perl module to format text tables |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.03-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 80 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 11072 Byte |
Prüfsumme MD5 | 652e095481390388f97eb267943a74dd |
Prüfsumme SHA1 | 8702ea55fa285c4bc0a7f7dd16f8f705e0b2c43c |
Prüfsumme SHA256 | 76ae5b896efab4d2f877c97445f1f921601213cf33ad44c41eb13e9e92a49be1 |
Link zum Herunterladen | libtext-formattable-perl_1.03-1_all.deb |
Ausführliche Beschreibung | Text::FormatTable renders simple tables as text. You pass to the constructor
(new) a table format specification similar to LaTeX (e.g. r|l|l) and you
call methods to fill the table data and insert rules. After the data is filled,
you call the render method and the table gets formatted as text.
|