This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: perl 5.6.1 bug report


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]