showtable
Perl module to print arrays of data in a formatted listing
Install
- All systems
-
curl cmd.cat/showtable.sh
- Debian
-
apt-get install libdata-showtable-perl
- Ubuntu
-
apt-get install libdata-showtable-perl
- Kali Linux
-
apt-get install libdata-showtable-perl
- Fedora
-
dnf install libdata-showtable-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdata-showtable-perl
- Raspbian
-
apt-get install libdata-showtable-perl
- Dockerfile
- dockerfile.run/showtable
libdata-showtable-perl
Perl module to print arrays of data in a formatted listing
Data::ShowTable is a Perl module which defines subroutines to print arrays of data in a nicely formatted listing, using one of four possible formats: simple table, boxed table, list style, and HTML-formatting (for World-Wide-Web output). In other words, showtable is a data formatting program. Using the '-html' option, showtable can accept ASCII tabular data and format it appropriately for display through a Web-browser.