CoadToad has asked for the wisdom of the Perl Monks concerning the following question:
use Win32::Console; $attr = $CONSOLE->Attr(); $CONSOLE->Attr($FG_YELLOW | $BG_BLUE);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Error with Win32::Console
by myocom (Deacon) on Oct 17, 2000 at 23:43 UTC | |
by CoadToad (Acolyte) on Oct 18, 2000 at 00:21 UTC |