ne charachter seems to align to the next
> line colors and not of the current.
>
> [code]
> use Term::ANSIColor;
> foreach(){
> $c = (++$i % 2 == 0)? 'white on_black' : 'black on_white';
> print colored ($_, $c);
> }
> [/code]
Perl actually has a
o the next
> line colors and not of the current.
>
> [code]
> use Term::ANSIColor;
> foreach(){
chomp;
my $c = (++$i % 2 == 0)? 'white on_black' : 'black on_white';
print colored ($_, $c), "\n";
>$c = (++$i % 2 == 0)? 'white on_b
]
use Term::ANSIColor;
foreach(){
$c = (++$i % 2 == 0)? 'white on_black' : 'black on_white';
print colored ($_, $c);
}
[/code]
Is it a flushing problem? I cannot understand why. Do you?
many thanks,
Francesco Stablum
P.S. sorry for my bad english
--
The generation of r
ANSIColor, and ANSIScreen are both installed, if color doesn't work, will any of the
screen stuff work either?
Greetings --
I looking examples of scripts using Curses module, doing file operations
i.e. open/closing, read/write?
Thanks,
David Jackson