vote up 1 vote down star

Possible Duplicate:
How do I color output text from Perl script on Windows?

I want to color parts of text on a Perl program run with Windows CMD but not the entire window. I know it's possible, but I can't find out how to anywhere I look.

The Perl modules Term::ANSIColor and CMD::Colors do not work with CMD either.

flag
1  
Possible duplicate: Output colored text from Perl script [stackoverflow.com/questions/1087248/… – Mike Nov 5 at 9:14

closed as exact duplicate by Manni, Sinan Ünür, brian d foy, DVK, ChssPly76 Nov 7 at 7:13

1 Answer

vote up 3 vote down

Sorry. I've found the answer.

For anyone that wants to know how to do it... Use either the Term::ANSIColor or CMD::Colors module and then Win32::Console::ANSI to make it work with Windows CMD.

Fantastic!!

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.