At 10:22 AM -0500 5/27/10, Harry Putnam wrote:
I wondered if anyone could steer me to some information about making
perl script output appear in color highlight on stdout.
Something like what modern grep does on linux, where the searched term
appears in some color (red) in the output to tty.
perldoc -q color "How do I print something out in color?"
which refers you to the Term::ANSIColor module from CPAN.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/