Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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


In reply to nonblocking char reads from OUTPUT stream from open3 by Eradicatore

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-23 12:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found