cored has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl -wl for (30..37){ print "^[[033;0;${_}m $_"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Console Colors
by Aragorn (Curate) on Oct 16, 2002 at 10:50 UTC | |
|
Re: Console Colors
by Enlil (Parson) on Oct 16, 2002 at 02:02 UTC | |
|
Re: Console Colors
by zentara (Cardinal) on Oct 16, 2002 at 17:45 UTC |