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 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: Updated: perl-5.8.0-2 Date: Mon, 31 Mar 2003 16:42:41 -0500 Message-ID: <83040F98B407E6428FEC18AC720F5D732DB804@exchange.tropicnetworks.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Rolf Campbell" To: "Gerrit @ cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h2VLhS115459 So, is this a cygwin perl problem? Or has the stock perl decided to only work with magic ENV variables? > -----Original Message----- > From: Gerrit P. Haase [mailto:gp AT familiehaase DOT de] > Sent: Monday, March 31, 2003 3:30 PM > To: Rolf Campbell > Subject: Re: Updated: perl-5.8.0-2 > > > Hallo Rolf, > > Am Montag, 31. März 2003 um 19:47 schriebst du: > > > Gerrit P. Haase wrote: > >> perl-5.8.0-2 release has been uploaded to sourceware > >> -- it should be on the mirrors soon. > >> > > > Several problems with this version. A bunch of my scripts have > > stopped > > working, and when I tried to figure out why, I got some > very strange > > behavior from the debugger. > > > Try this (I tried it in both rxvt & 'dos box' with same results): > > 1) run "perl -d" > > 2) type "print;" > > 3) hit Ctrl+D > > 4) hit Enter > > 5) hit Enter > > > When I do this, step #4 does NOTHING (and by nothing I mean: the key > > made a little click sound when I hit it, but there was no > other proof > > that I hit the key). It seems that this perl needs 2 enter > keys in a > > row to recognize one. I tried hitting > 'aaa', and > > only 'aaa' showed on the screen (all on the same line). > > This is a known 'feature', try > $ export PERLIO=perlio > or > $ export PERLIO=raw > before running a script or this test. > > > > Also, when I ran cygcheck, I got: > > cygcheck: dump_sysinfo: GetVolumeInformation() failed: 53 > > How do you run cygcheck? > > > Gerrit > -- > =^..^= > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/