I love Perl’s Term::ANSIColor module but is it possible to print out colours other than the ones provided?
I’m trying to print out words with a range between deep red and bright green, with a decent number of steps between them. Is there a way to supply an RGB value or something to change the color of the text?
You use Term::ExtendedColor.
You can use 256 colors by this module.