On Saturday, January 24, 2004, at 12:18 am, Wiggins d Anconia wrote:
>---snip--<
as we seem to be adding nothing to the discussion I suggest we take
this off list
Robin
>
> On Saturday, January 24, 2004, at 12:18 am, Wiggins d Anconia wrote:
> > Readability? Why use a module for anything?
> It's not exactly rocket science to understand the escapes and
> seriously, using a print for each and every escape code format ?
> Expensive much? And what about situati
On Saturday, January 24, 2004, at 12:18 am, Wiggins d Anconia wrote:
Readability? Why use a module for anything?
It's not exactly rocket science to understand the escapes and
seriously, using a print for each and every escape code format ?
Expensive much? And what about situations where you can
> Oddly enough I was just looking into ANSI escapes for the mud I was
> banging on about in another thread and came to the conclusion "Why use
> a module when you can just pepper your text with ANSI escape codes?" :
>
Readability? Why use a module for anything?
>
> Note the implmentation of
Oddly enough I was just looking into ANSI escapes for the mud I was
banging on about in another thread and came to the conclusion "Why use
a module when you can just pepper your text with ANSI escape codes?" :
ANSI Color Codes in brief:
0to restore default color
1
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("res