in reply to else statement
if ( my $child >= 0 ) { kill $child; } else { close LOGFILE; undef $CONN; } [download]