my $pid = open3( $wtr, $rdr, $err, $httpd, '-v' ); if ( $pid ){ print "success\n"} else {print "spawning failure $!\n"; }