Hello all,
I need to use Term::ANSIColor but the following simple test:
################
#!perl
use Term::ANSIColor;
print color 'bold blue';
print "This text is bold blue.\n";
print color 'reset';
print "This text is normal.\n";
print colored ("Yellow on magenta.\n", 'yellow on_magenta');
print "This text is normal.\n";
sleep;
#####################
gives me:
?[1;34mThis text is bold blue.
?[0mThis text is normal.
?[33;45mYellow on magenta.
?[0mThis text is normal.
in the dos box. Do I need to change something in my environment variables? I'm running
Perl 5.6 Build 623 under W2K, Term::ANSIColor v1.03.
TIA
Greg
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users