This code can anyone change with the Term::ANSIColor Library
our $console = Win32::Console->new(STD_OUTPUT_HANDLE); our $CurrentConsoleColor = $console->Attr; our $BackgroundColor = $CurrentConsoleColor & (BACKGROUND_RED|BACKGROU +ND_BLUE|BACKGROUND_GREEN|BACKGROUND_INTENSITY);
In reply to Re^4: I want to use Win32::Console in Linux is it possible?
by Anonymous Monk
in thread I want to use Win32::Console in Linux is it possible?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |