Help for this page

Select Code to Download


  1. or download this
    $SIG{CHLD} = "IGNORE";
    while ( program_should_be_running() )
    {
    ...
            run_your_sub(); # Processes could stack up fast.
        }
    }