| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <3B013E8E.82E481B9@ece.gatech.edu> |
| Date: | Tue, 15 May 2001 10:34:54 -0400 |
| From: | "Charles S. Wilson" <cwilson AT ece DOT gatech DOT edu> |
| X-Mailer: | Mozilla 4.75 [en] (WinNT; U) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | e DOT j DOT pronk AT philips DOT com |
| CC: | cygwin AT cygwin DOT com |
| Subject: | Re: perl 5.6.1 bug report |
| References: | <0056890029469610000002L902*@MHS> |
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 DOT j DOT pronk AT philips DOT 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |