Path: usenet.cis.ufl.edu!usenet.eel.ufl.edu!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!psgrain!nntp.teleport.com!usenet From: Alan Stebbens Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc Subject: ANNOUNCE: ShowTable.pm data display module Followup-To: comp.lang.perl.misc Date: 4 Mar 1996 22:27:43 GMT Organization: CCSE, Univ. of CA, Santa Barbara Lines: 40 Approved: merlyn@stonehenge.com (comp.lang.perl.announce) Message-ID: <4hfqov$1j4@nadine.teleport.com> NNTP-Posting-Host: julie.teleport.com Keywords: Display data tables HTML X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content. Xref: usenet.cis.ufl.edu comp.lang.perl.announce:282 comp.lang.perl.misc:22691 ShowTable.pm is a Perl 5 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). See the documentation on ShowTable.pm for details on the formatting. The program "showtable" reads tab (or other character) delimited data from a file, or STDIN, and columnizes the data within, and then feeds the array of data to the ShowTable module for display. In other words, showtable is a data formatter program. Using the '-html' option, showtable can accept ASCII tablular data and format it appropriately for display through a Web-browser. Both the the ShowTable.pm module and the showtable program have embedded POD text with which man or HTML pages can be created. For detailed usage information, you can do: pod2man ShowTable.pm | nroff -man pod2man showtable | nroff -man The program and module are accompanied with a Makefile, this README, a test program (test.pl), a reference test output file, and the GNU License, under which this software is freely available. The archive is available on: ftp://hub.ucsb.edu/pub/prog/perl/ShowTable.tar.gz ftp://hub.ucsb.edu/pub/prog/perl/ShowTable-$VER.tar.gz where $VER is the latest version. The archives are also available at the CPAN archive sites. Contributions or improvements are welcome. _______________________________________ Alan K. Stebbens College of Engineering University of California, Santa Barbara .