Help for this page
$SIG{CHLD} = "IGNORE"; while ( program_should_be_running() ) { ... run_your_sub(); # Processes could stack up fast. } }