in reply to Re: How can I control interactive cli executables on Windows from Perl
in thread How can I control interactive cli executables on Windows from Perl

Hi Paul,

It is my understanding that exec replaces your perl app with the executable...no more perl app, no means of 'interactively' controlling the executable, i.e., reading its output and sending it input to make it do things.


"Peace, love, and Perl...well, okay, mostly just Perl!" --me

Apprentice
  • Comment on Re^2: How can I control interactive cli executables on Windows from Perl