"Father Chrysostomos via RT" <perlbug-followup@perl.org> writes: > Thank you. How did you manage that? With an Expect script? No, with a system() injected further up in the script. Here is the relevant change: - -unless ($pid1) { +if ($pid1) { +system "/bin/sh -c '(sleep 4 && kill -CONT $$ && kill -CONT $$ && kill -CONT $$ && kill -CONT $$ && kill -QUIT $pid1)' &"; +} else { exec @command1; }; -- andreasThread Previous | Thread Next