The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.602 - 2021-02-19

  • [bugfix] Don't emit color reset sequence \e[0m when not using color.
  • [doc] Add sections on referring to columns & rows.
  • [doc] Standardize spelling col_name -> colname.
  • [refactor] Standardize spelling of variable row_num -> rownum, col_num -> colnum.

Documentation

List available border styles for Text::ANSITable
List available color themes for Text::ANSITable
List available style sets for Text::ANSITable

Modules

Gradation border (for terminal with black background)
Gradation (for terminal with white background)
No gradation, for black background
Default (no gradation, for white background)
Create nice formatted tables using extended ASCII and ANSI colors
Set different foreground and/or background color for odd/even rows";