* Added `add_column` method to enable building tables up column-by-column.
* Added `print_HTML` and `get_HTML_string` methods to enable HTML table
production.
* Added `set_border_chars` method to enable control over characters used to
draw the table border.
* Added `set_left_padding` and `set_right_padding` methods to allow
independent padding control for both sides of a column.
* Added `sortby` option to enable column sorting.
* Added `header` option to enable switching off field name printing at top of
table.
* Modified `hrules` option to enable greater control over presence of
horizontal lines.
* Added `border` option to enable switching off all line printing.
Thanks to Tim Cera, Chris Clark, Alexander Lamaison for suggesting and helping
to test many of the new features in this release.