RE: cygwin-perl: matching behaves weird

2004-08-19 Thread V . MIRCEVSKI
ight explain the Windows vs. Cygwin behaviour, as they can be > > configured to have different line endings. > > > > I've had to modify a lot of scripts to run under Cygwin by adding: > > xxxx | tr -d '\r' > > > > -Original Message- > > F

RE: cygwin-perl: matching behaves weird

2004-08-18 Thread Dave Korn
Just FYI: > -Original Message- > From: cygwin-owner On Behalf Of Wardman_Michael > Sent: 18 August 2004 07:40 > To: V.MIRCEVSKI > Cc: cygwin ^ This is the correct way to http://cygwin.com/acronyms/#PCYMTNQREAIYR. [snip] > This might explain the Windows vs. Cygwin behaviour,

RE: cygwin-perl: matching behaves weird

2004-08-18 Thread Igor Pechtchanski
ings. > > I've had to modify a lot of scripts to run under Cygwin by adding: > | tr -d '\r' > > -Original Message- > From: [EMAIL PROTECTED] > Sent: Wednesday, 18 August 2004 11:49 > To: [EMAIL PROTECTED] > Subject: cygwin-perl: matching

RE: cygwin-perl: matching behaves weird

2004-08-17 Thread Wardman_Michael
7; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, 18 August 2004 11:49 To: [EMAIL PROTECTED] Subject: cygwin-perl: matching behaves weird Now, this may be old news for many of you, but I'm new to cygwin, so please

Re: cygwin-perl: matching behaves weird

2004-08-17 Thread Igor Pechtchanski
On Wed, 18 Aug 2004, V.MIRCEVSKI wrote: > Now, this may be old news for many of you, but I'm new to cygwin, so > please don't shoot. I'd be happy if someone would post me a link to the > solution. > > I'm doing quite strightforward matching using regular expressions in > perl (as you can see b

cygwin-perl: matching behaves weird

2004-08-17 Thread V . MIRCEVSKI
Now, this may be old news for many of you, but I'm new to cygwin, so please don't shoot. I'd be happy if someone would post me a link to the solution. I'm doing quite strightforward matching using regular expressions in perl (as you can see below) and the code used to work just fine on the Activ