in reply to Re^2: How to call two programs simultaneously from a running program
in thread How to call two programs simultaneously from a running program

fork is a somewhat cross platform. system "... &" is rather system dependent. There is no telling what the OP is using of course and there is a fair chance that using & will do the trick for the OP.


Perl reduces RSI - it saves typing
  • Comment on Re^3: How to call two programs simultaneously from a running program
  • Download Code