in reply to Win32::Console::ANSI not working
Can you show us a minimal program that exhibits the problem?
I would imagine it looks something like:
#!perl -w use strict; use Win32::Console::ANSI; print "\e[1;34mC:\\Programs\\Multi-Edit 2008\e[1;37m\n"
... but that program works for me on Windows 7, displaying the text C:\Programs\Multi-Edit 2008 in blue and then switching to strong white.
|
|---|