Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3B013E8E.82E481B9@ece.gatech.edu>
Date: Tue, 15 May 2001 10:34:54 -0400
From: "Charles S. Wilson" <cwilson@ece.gatech.edu>
X-Mailer: Mozilla 4.75 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: e.j.pronk@philips.com
CC: cygwin@cygwin.com
Subject: Re: perl 5.6.1 bug report
References: <0056890029469610000002L902*@MHS>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

1. This looks like a CR/LF problem.  Cygwin's perl-5.6.1 is known to
have, er, issues with line endings.  Look for a new cygwin release when
perl5-porters releases 5.6.2. 

2. Please don't send email to individuals on the cygwin list.  Use the
list.  That's what it's for.  I have copied this message to the list and
reset the Reply-To address for your convenience.

3. If you *were* going to individually mail somebody about a cygwin-perl
problem -- why me? I don't have anything to do with cygwin's perl
package. 

--Chuck

e.j.pronk@philips.com wrote:
> 
> This gives me an unexpected result with 5.6.1
> I used 5.005_03 on Linux and 5.6.1 from activestate on NT as
> second/third oppinion.
> 
> cygwin perl only matches aaa while the others match both aaa and bbb
> (with some newlines).
> 
> Eddy
> 
> ===
> $input = <<EOF;
> aaa
> #
> bbb
> #
> EOF
> 
> while ( $input =~ /(.*?)#/gsm ) {
>    print "[$1]";
> }

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

