Hi Gohaku,
        you wrote...

> I have a question about the following script:
> use Term::ANSIColor;
> print color("red on_white"), "Danger, Will Robinson!\n";
> print color("red on_white"), "Danger, Will Robinson!\n";
> print color("red on_white"), "Danger, Will Robinson!\n";
> print color("reset");
> 
> Has anybody experienced the same problem or is there a problem with my 
> script?

Your script works fine here (10.3.2, using the Term::ANSIColor that came
with the standard Perl installation (1.07), and with my TERM set to
xterm-color). Of course the standard "not very white" white background
is present, but that's OK: I can see it's *trying* to be white, and just
feeling a little bit off-colour...

Cheers,
Paul

Reply via email to