Preserved Topic: Perl Advances STDOUT |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-09-2002 09:19
I am not even sure if this is possibe, but I thought it might be worth a try. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 06-09-2002 12:09
Screen manipulating (text mode) is usally done by using Unix curses library... Also, there are other modules which you can use, and I'll list them here:
|
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-09-2002 17:35 |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 06-10-2002 00:04 |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-10-2002 02:39
Max, |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 06-10-2002 09:39
I have just tried using InputChar function like in you example, and got the same error. I guess that something is fucked up with _ReadConsole function from console C library (console.cpp source file), which this perl module calls. Maybe that is the desired effect ? who knows what Microsoft thinks, eh? |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-10-2002 18:15 |