Index of /yeast/cluster/database/Data-ShowTable-3.3
Name Last modified Size Description
Parent Directory 21-Jan-2000 04:05 -
Changes 25-Feb-1997 22:21 1k
Copyright 11-Feb-1997 22:42 1k
Data-ShowTable-2.2.html 07-Jan-1997 17:28 33k
Data-ShowTable-2.3.html 14-Jan-1997 20:32 33k
Data-ShowTable-3.1.html 12-Feb-1997 03:16 54k
Data-ShowTable-3.3.html 25-Feb-1997 22:28 56k
GNU-LICENSE 09-Aug-1996 16:29 18k
MANIFEST 25-Feb-1997 22:26 4k
Makefile.PL 24-Feb-1997 18:50 1k
README 25-Feb-1997 13:28 2k
ShowTable.pm 02-Mar-1997 17:04 65k
gen-html 12-Feb-1997 03:13 1k
gen-tests 28-Jan-1997 14:18 1k
showtable 25-Feb-1997 22:15 29k
showtable-3.1.html 12-Feb-1997 03:16 12k
showtable-3.3.html 25-Feb-1997 22:28 13k
t/ 02-Mar-1997 17:06 -
test.pl.off 07-Jan-1997 15:35 7k
testfile.lst 07-Jan-1997 16:35 1k
testfile.tabs 25-Aug-1996 06:10 1k
update-public 25-Feb-1997 20:24 1k
ShowTable.pm, version 3.3, 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 data in a variety of formats from a file
or STDIN, optimally columnizes the data, and then feeds the array of
data to the ShowTable module for display. Showtable can parse its own
output as input (except for HTML). Individual or ranges of columns may
be selected for display, either by name or by index.
In other words, showtable is a data formatting 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 perl Makefile.PL, this
README, test programs (do "make test") and reference test output files,
and the GNU License, under which this software is freely available.
The archive is available in the Comprehensive Perl Archive Network (CPAN).
INSTALLATION:
1. Unpack the archive
sh Data-ShowTable-3.1.shar
or:
gnutar xvfz Data-ShowTable-3.1.tar.gz
2. Generate the "Makefile":
perl Makefile.PL
Be sure that you are using perl 5.002 or later.
3. Make the installable files:
make
4. Test the new files:
make test
5. Install the modules and "showtable" program into the configured
Perl library and binary directories.
make install
Contributions or improvements are welcome.
___________________________________________________________
Alan Stebbens <aks@sgi.com> http://reality.sgi.com/aks