in reply to
Simultaneous system() calls
Start all three with
fork
/
exec
and then
wait
, or use a module. Perhaps looking at perldoc -q background would get you started.
Comment on
Re: Simultaneous system() calls
In Section
Seekers of Perl Wisdom