The ShowTable module provides subroutines to display tabular data, typially from a database, in nicely formatted columns, in several formats. Its arguments can either be given in a fixed order, or, as a single, anonymous hash-array.
The output format for any one invocation can be one of four possible styles:
Box
A tabular format, with the column titles and the entire table surrounded by a "box" of "'+'", "'-'", and "'|'" characters. See the "ShowBoxTable" manpage for details.
Table
A simple tabular format, with columns automatically aligned, with column titles. See the "ShowSimpleTable" manpage.
List
A list style, where columns of data are listed as a name:value pair, one pair per line, with rows being one or more column values, separated by an empty line. See the "ShowListTable" manpage.
HTML
The data is output as an HTML TABLE, suitable for display through a Web-client. See the "ShowHTMLTable" manpage. Input can either be plain ASCII text, or text with embedded HTML elements, depending upon an argument or global parameter.
The subroutines which perform these displays are listed below.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
4.6-bp156.3.1 info | GA Release | 2023-07-22 | 15 SP6 |
|
|
4.6-bp155.2.9 info | GA Release | 2023-05-17 | 15 SP5 |
|
|
4.6-bp154.1.19 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
4.6-bp153.1.14 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
4.6-bp152.3.13 info | GA Release | 2020-04-16 | 15 SP2 |
|
|
4.6-bp151.3.1 info | GA Release | 2019-07-17 | 15 SP1 |
|
|
4.6-bp151.2.13 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
4.6-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|