in reply to Re: Equivalent of spawn_pty in ActivePerl.
in thread Equivalent of spawn_pty in ActivePerl.

Well, I am basically trying to write an module similar to IO::React (With changes in Pattern Matching). 1) Invoke a 3rdparth Config Executable in console mode. 2) Read the inputs, analyze them, and provide the necessary values. So, I am looking for a windows equivalent of the below command, my ($pid,$fh)=spawn_pty("3rdparty_config_exec -console"); any thoughts folks?
  • Comment on Re^2: Equivalent of spawn_pty in ActivePerl.

Replies are listed 'Best First'.
Re^3: Equivalent of spawn_pty in ActivePerl.
by BrowserUk (Patriarch) on Mar 31, 2008 at 14:34 UTC