in reply to Re^4: I want to use Win32::Console in Linux is it possible?
in thread I want to use Win32::Console in Linux is it possible?

Have you looked at the Term::ANSIColor documentation? The first line reads

print color('blue');

Maybe you can change that to your needs.

You cannot ask the terminal for the current color though, if that is what you need.