in reply to Re^2: How to use Term::ANSIColor module?.
in thread How to use Term::ANSIColor module?.
Yes. You could use Win32::Console directly.
At a pinch, you could even do
perl -E"say 'hi'; system 'color fc'; <STDIN>; say 'bye'; system 'color + 79'; <STDIN>; say 'gone'"
|
|---|