in reply to How to control input of an external program?

I just noticed you're sending \r instead of \n as you should. That could cause curl to hang.
  • Comment on Re: How to control input of an external program?

Replies are listed 'Best First'.
Re^2: How to control input of an external program?
by klactose (Initiate) on Nov 09, 2009 at 20:26 UTC
    I tried \n first, but had the same result, \r was just the latest attempt at the time... haha... As I mentioned I was running into a dead end =)