I want to use for these function for the Win32:: Console in Linux
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^2: 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: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |