Hi Experts,
I am interested in creating some Report files for that using below lines of perl
code to display out put in colour to distinguish different types of Errors
use Term::ANSIColor ;
print color .........etc
similary is there any possibility to dump the content to a file in UNIX platform using PERL so that when it is opened it should display information in colours
Thanks & Regards
Sarma
I am interested in creating some Report files for that using below lines of perl
code to display out put in colour to distinguish different types of Errors
use Term::ANSIColor ;
print color .........etc
similary is there any possibility to dump the content to a file in UNIX platform using PERL so that when it is opened it should display information in colours
Thanks & Regards
Sarma
Comment