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

NAME

Term::ANSIColor::Simple - just feel easy to use colors on your small scripts

SYNOPSIS

  use Term::ANSIColor::Simple;
  use feature qw/say/;

  say color("I")->green;
  say color("love")->magenta->bold->underscore;
  say color("you")->white->on_blue;

AUTHOR

zentooo <zentoooo@gmail.com>

SEE ALSO

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.