A Perl Module that allows Pretty-Printing of Data Arrays
ShowTable.pm is a Perl 5 module which defines subroutines to print
arrays of data in nicely formatted listings. It uses one of four
possible formats: simple table, boxed table, list style, and
HTML-formatting.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/perl-Data-ShowTable && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Data-ShowTable-3.3.dif | 0000000201 201 Bytes | |
Data-ShowTable-4.5.tar.gz | 0000061905 60.5 KB | |
perl-Data-ShowTable.changes | 0000003901 3.81 KB | |
perl-Data-ShowTable.spec | 0000003014 2.94 KB |
Revision 21 (latest revision is 23)
Stephan Kulow (coolo)
accepted
request 208382
from
Stephan Kulow (coolo)
(revision 21)
- updated to 4.5 Modified "ShowTable.pm": Added "showmode" argument to ShowTableValue so it could handle HTML embedded text correctly. ShowTableValue now uses a string substitution "%s" for any values with embedded HTML tokens, even if defined as an integer or real. Changed how URLs work: now %K and %V are substituted into the URL corresponding to the given field name key. No other insertions are done, so the URL is completely specified by the user otherwise. Added tableAttrs argument to ShowHTMLTable allowing other stuff to be inserted within the TABLE token (ie: <TABLE $table_attrs>). Changed the regexp in &PlainText to avoid the multiple null string matches. Changed htmltext to substitute blanks if the optional second argument is non-null (which is used when creating URLs). Allow column indexes, as well as column names, to be mapped to URLs. Added %I (column index) key to the url substitutions. Removed Sys::OutPut usage. Added "put" and "out" subs directly. Fixed small documentation problems. Modified "showtable":
Comments 0