Term::ScreenColor

Term::Screen based screen positioning and coloring module
Download

Term::ScreenColor Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ren Uittenbogaard
  • Publisher web site:

Term::ScreenColor Tags


Term::ScreenColor Description

Term::Screen based screen positioning and coloring module Term::ScreenColor is a Perl module that adds ANSI coloring support, along with a few other useful methods, to those provided in Term::Screen.SYNOPSISA Term::Screen based screen positioning module with ANSI color support. use Term::ScreenColor; $scr = new Term::ScreenColor; $scr->colorizable(1); $scr->at(2,0)->red()->on_yellow()->puts("Hello, Tau Ceti!"); $scr->putcolored('cyan bold on blue', 'Betelgeuse'); $scr->putcolored('36;1;44', 'Altair'); Requirements: · Perl


Term::ScreenColor Related Software