Help for this page

Select Code to Download


  1. or download this
    9
    11
    ...
    1
    Child 17116 received shutdown
    Attempt to free unreferenced scalar.
    
  2. or download this
    sub kill_child
    {
    ...
            delete $child_pids{$child};
        }
    }
    
  3. or download this
    sub ping_child
    {
    ...
        }
        $db_handle->disconnect();
    }