Name : perl-Text-TabularDisplay
| |
Version : 1.38
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp151.17.1
| Date : 2018-12-03 22:46:01
|
Group : Development/Libraries/Perl
| Source RPM : perl-Text-TabularDisplay-1.38-lp151.17.1.src.rpm
|
Size : 0.05 MB
| |
Packager : (none)
| |
Summary : Display text in formatted table output
|
Description :
Text::TabularDisplay simplifies displaying textual data in a table. The output is identical to the columnar display of query results in the mysql text monitor. For example, this data:
1, \"Tom Jones\", \"(666) 555-1212\" 2, \"Barnaby Jones\", \"(666) 555-1213\" 3, \"Bridget Jones\", \"(666) 555-1214\"
Used like so:
my $t = Text::TabularDisplay->new(qw(id name phone)); $t->add(1, \"Tom Jones\", \"(666) 555-1212\"); $t->add(2, \"Barnaby Jones\", \"(666) 555-1213\"); $t->add(3, \"Bridget Jones\", \"(666) 555-1214\"); print $t->render;
Produces:
+----+---------------+----------------+ | id | name | phone | +----+---------------+----------------+ | 1 | Tom Jones | (666) 555-1212 | | 2 | Barnaby Jones | (666) 555-1213 | | 3 | Bridget Jones | (666) 555-1214 | +----+---------------+----------------+
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_15.1/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Text::TabularDisplay)
perl-Text-TabularDisplay
Requires :