in reply to Re: I want to use Win32::Console in Linux is it possible?
in thread I want to use Win32::Console in Linux is it possible?
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);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: I want to use Win32::Console in Linux is it possible?
by hippo (Archbishop) on Mar 23, 2022 at 12:23 UTC | |
by Anonymous Monk on Mar 23, 2022 at 12:36 UTC | |
by Corion (Patriarch) on Mar 23, 2022 at 13:10 UTC |