http://qs1969.pair.com?node_id=11139236


in reply to Re: A Win32 new Perl build dilemma
in thread A Win32 new Perl build dilemma

Win32::Console::ANSI did not resolve the issue:
C:\>perl -e "use warnings; use strict; use Win32::Console::ANSI; print ""\e[1;34mThis text is bold blue.\e[0m\n""; "
←[1;34mThis text is bold blue.←[0m