NAME
Term::ANSIColor::Simple - just feel easy to use colors on your small scripts
SYNOPSIS
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.