Basically I've been playing with Term::ReadKey and such and I'd like to trap the arrow keys on win32 (preferably cross platform as well) and I can't seem to make Term::ReadKey's ReadKey or anything similar. I've been examing the source of Term::ReadLine which appears to capture the arrow keys some how, but so far I can't figure it out. I've also been looking at Win32::Console but I haven't see anything useful there either.
In short, anyone have some working code, or at least a better idea where to search, to capture the arrow keys in a win32 cmd console?