Name : perl-Text-Table-HTML
| |
Version : 0.011
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp156.1.1
| Date : 2024-07-03 19:14:29
|
Group : Unspecified
| Source RPM : perl-Text-Table-HTML-0.011-lp156.1.1.src.rpm
|
Size : 0.04 MB
| |
Packager : https://www_suse_com/
| |
Summary : Generate HTML table
|
Description :
This module provides a single function, \'table\', which formats a two-dimensional array of data as HTML table. Its interface was first modelled after Text::Table::Tiny 0.03.
The example shown in the SYNOPSIS generates the following table:
< table> < thead> < tr>< th>Name< /th>< th>Rank< /th>< th>Serial< /th>< /tr> < /thead> < tbody> < tr>< td>alice< /td>< td>pvt< /td>< td>123<456>< /td>< /tr> < tr>< td>bob< /td>< td>cpl< /td>< td>98765321< /td>< /tr> < tr>< td>carol< /td>< td>brig gen< /td>< td>8745< /td>< /tr> < /tbody> < /table>
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.6/noarch |