Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id KAA03495; Wed, 4 Jun 1997 10:48:44 -0700 (PDT) Received: from postman.opengroup.org (postman.opengroup.org [130.105.1.152]) by hyperreal.com (8.8.5/8.8.5) with ESMTP id KAA03477 for ; Wed, 4 Jun 1997 10:48:35 -0700 (PDT) Received: from opengroup.org (swale.osf.org [130.105.3.99]) by postman.opengroup.org (8.7.6/8.7.3) with ESMTP id NAA31573 for ; Wed, 4 Jun 1997 13:48:05 -0400 (EDT) Message-Id: <199706041748.NAA31573@postman.opengroup.org> To: new-httpd@apache.org Subject: Re: support/log_server_status In-reply-to: Your message of "Tue, 03 Jun 1997 21:41:36 EDT." Date: Wed, 04 Jun 1997 13:48:04 -0400 From: Doug MacEachern Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Brian Behlendorf wrote: > > perl5 -c -w produces: > > Unquoted string "stdout" may clash with future reserved word at > /export/home/brian/cvswork/apache/support/log_server_status line 84. patch below will take care of it. -Doug *** log_server_status~ Wed Jan 1 13:26:17 1997 --- log_server_status Wed Jun 4 13:45:15 1997 *************** *** 81,87 **** connect(S,$them) || return "connect: $!"; select(S); $| = 1; ! select(stdout); return ""; } --- 81,87 ---- connect(S,$them) || return "connect: $!"; select(S); $| = 1; ! select(STDOUT); return ""; }