-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
33 lines (23 loc) · 875 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Text::FormatTable
=================
DESCRIPTION
Text::FormatTable renders simple tables as text. You pass to the constructor
a table format specification similar to LaTeX (e.g. "r|l|l") and you call
methods to fill the table data and insert rules. After the data is filled,
you render the table as text.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DOCUMENTATION
The documentation is embedded in the module itself. Type 'perldoc
lib/Text/FormatTable.pm' (or 'man Text::FormatTable' if the
man-page was installed) to see it.
COPYRIGHT AND LICENCE
Copyright (c) 2001, Swiss Federal Institute of Technology, Zurich.
(c) 2009 Trey Harris
All Rights Reserved.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.