How do you get it to actually do the color? I use both std command( w2k) and older version os MKS Korn shell and all I get is numbers. Never understood how one actually gets the colors etc.
What does one need to do?
Well, probably the most common problem is that your terminal program must support colored output. You can probably use something like the following to see if yours does:
perl -MTerm::ANSIColor -le 'print colored("Christmas!", "red on_green")'
Hope that helps.
James
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>