in reply to Re^4: How to print colored word in text file
in thread How to print colored word in text file
Thanks a lot this works for me. Example I tried from the documentation:
use Win32::Console::ANSI; print "\e[1;34mThis text is bold blue.\e[0m\n"; print "This text is normal.\n"; print "\e[33;45;1mBold yellow on magenta.\e[0m\n"; print "This text is normal.\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: How to print colored word in text file
by Khen1950fx (Canon) on Jun 22, 2013 at 14:07 UTC | |
by soonix (Chancellor) on Jun 23, 2013 at 17:23 UTC | |
by Khen1950fx (Canon) on Jun 23, 2013 at 18:24 UTC | |
by hdb (Monsignor) on Jun 24, 2013 at 06:39 UTC |