Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 23 Sep 2003 22:45:59 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <12138369181.20030923224559@familiehaase.de> To: Igor Pechtchanski Subject: Re: Problem with perl distro? In-Reply-To: References: <20030923 DOT 123242 DOT 15014 DOT 279252 AT webmail05 DOT nyc DOT untd DOT com> MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Igor schrieb: > $screen was uninitialized. Changing it to 'my $screen = ""' eliminates > the warnings in the simpler script. > Igor Both are not initialized (the third was not used anyway, so I deleted it. # Variables used in loop my $screen = ""; my $fldname = ""; But still what I wrote earlier (but did not arrive at the list), this line: AACE_1."ADDR LINE1": or this one: AACE_1.CITY_0: will not be matched with this regex: /^(\w+):$/) Quotes and points are usually not in words included. So I'm getting this output (when saving in Unix line ending format): $ ./testgui.pl Screen name: AACE_1 Start of block (ignored) (ignored) (ignored) End of block Start of block (ignored) (ignored) End of block (ignored) Start of block (ignored) ID for field : 734 End of block [...] Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/