Re: win32 console input problem
he ASCII code of the character (if the key is a character key, 0 otherwise)\n"; print "$event[6] - control key state: the state of the control keys (SHIFTs, CTRLs, ALTs, etc.)\n"; You want $event[5]. Herb Hall - Original Message - From: "Nathani
RE: printf and other stuff
r various reasons. You probably only need to use one or the other. I would use the printf unless you have some need to have the variables padded with 0's. Herb Hall