in reply to Re: Run and Stop another program in perl
in thread Run and Stop another program in perl

Why would you use forking fork instead of the built-in forking open which works everywhere? :)

  • Comment on Re^2: Run and Stop another program in perl

Replies are listed 'Best First'.
Re^3: Run and Stop another program in perl
by roboticus (Chancellor) on Aug 21, 2010 at 11:28 UTC

    BrowserUk:

    I don't normally tie programs together in perl, thus I rarely use fork or open to connect programs together. Hence, I just used the first one I thought of. As I'm a C/C++ programmer, fork naturally came to mind. Perhaps I'll think of open next time... ;^)

    ...roboticus