in reply to net::telnet problem
If that's roughly what your trying to do, Net::Telnet supports some amount of "Expect"-like behavior, so maybe you could leave out the second perl script, and run the command line program directly from the windows process, without the middle-man perl script running on the linux box. (Having two "Expect"-like scripts chained together this way seems unnecessary, and prone to all sorts of problems with deadlock.)
If I guessed wrong about what you're doing, you need to give more detail.
|
|---|