I'm tryinig to use Open3() to open up a seperate process on windows, and then read characters one at a time with ReadKey (or getc) from the OUTPUT stream from the open3() call. The problem I have is that sometimes the seperate process will just sit there waiting for the user to enter "y" or "n". At this point, my loop that is getting chars one at a time hangs, and it doesn't seem to even get any of the chars from that last line where the seperate program was waiting for input. I've been hunting around but I don't seem to be able to tie this all together myself.
I've tried setting ReadMode of the OUTPUT stream to 5 or 4, but in windows using activestate perl 5.6.0 it sends back this error:
GetConsoleMode failed, LastError=|6| at D:/Perl/site/lib/Term/ReadKey.pm line 245.
If anyone has any suggestions, I would really appreciate it. Thanks!
Justin Eltoft
"If at all god's gaze upon us falls, its with a mischievous grin, look at him" -- Dave Matthews
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.