in reply to Re^19: show a message only during the sleep time
in thread show a message only during the sleep time
you mean to avoid zombie processes executed via perl using:
opens, system and backticks.
some perl functions collect their child processes
automatically and they must wait to be push manually
or to push other processes.
I've corrected the code
greetings
cc