Name : perl-Text-Table-Tiny
| |
Version : 1.03
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.19
| Date : 2024-08-05 20:07:07
|
Group : Unspecified
| Source RPM : perl-Text-Table-Tiny-1.03-1.19.src.rpm
|
Size : 0.04 MB
| |
Packager : (none)
| |
Summary : Generate simple text tables from 2D arrays
|
Description :
This module provides a single function, \'generate_table\', which formats a two-dimensional array of data as a text table. It handles text that includes ANSI escape codes and wide Unicode characters.
There are a number of options for adjusting the output format, but the intention is that the default option is good enough for most uses.
The example shown in the SYNOPSIS generates the following table:
+------------+---------+-------+ | Pokemon | Type | Count | +------------+---------+-------+ | Abra | Psychic | 5 | | Ekans | Poison | 123 | | Feraligatr | Water | 5678 | +------------+---------+-------+
Support for wide characters was added in 1.02, so if you need that, you should specify that as your minimum required version, as per the SYNOPSIS.
The interface changed with version 0.04, so if you use the \'generate_table()\' function illustrated above, then you need to require at least version 0.04 of this module.
Some of the options described below were added in version 1.00, so your best bet is to require at least version 1.00.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/openSUSE_Tumbleweed/noarch |