X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=HJ3p98b acIK7cCZakfdGGp5bWwZc72ytx3Z+R4oL9e0IPPj+VoDPOF5549TsbhDWJoeVhK0 lcO+gIq7Dys/FJJIITqSjKi/Nb3bI00ZBVTlanGDt2bJCPsoCEhBdjJDxNzm965R JUhLn0J93O75WEItKF3WPzBrw69xfF5oyW18= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=3KmI/ICPaMPbv cELS0KFCd8/O5E=; b=Dz6FWHDoxAdYvvlJYcvqRw8bmr11tjZQ4R53d+q6Iq2+A KDHhppl2/ITklx9gNUlsgazCoTb32GcAe+TlwpafXTW0Rpf44mBf+xc6nYOUegQZ ENMmMzfkzw4KuRitwcpllPIbdCQkXI/LzK98FPlW+w1JkrCwAMVFc+7TN3vfco= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=cited, Hx-spam-relays-external:ESMTPA, our X-HELO: common.maple.relay.mailchannels.net X-Sender-Id: dreamhost|x-authsender|dropbox AT opencoder DOT net X-Sender-Id: dreamhost|x-authsender|dropbox AT opencoder DOT net X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|dropbox AT opencoder DOT net X-MailChannels-Auth-Id: dreamhost X-Spot-Whimsical: 5b4a469b162d03d0_1549419613813_1778490088 X-MC-Loop-Signature: 1549419613812:297571029 X-MC-Ingress-Time: 1549419613812 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=opencoder.net; h= mime-version:references:in-reply-to:from:date:message-id:subject :to:content-type; s=opencoder.net; bh=z5LVMGA+a6NiY4Yy2N5SJFtpXL o=; b=Vj5orql3OkWRRw8HoKajl6yElGyIg+1n9nGf+SB78QLmHv4fdeZkluZRLD lHNLuU9fHCpWFxaiiZqc8bB1bIz7Zri+iMG3CFcsQAL+Tleivv0UXxAupybtaILe EKyf682fADuCB58KOakk5RentDIkzDVBCOle/CuvFJDkMZX6o= MIME-Version: 1.0 References: <5C58BD83 DOT 5060806 AT tlinx DOT org> <5C5A28EB DOT 7090804 AT tlinx DOT org> In-Reply-To: <5C5A28EB.7090804@tlinx.org> X-DH-BACKEND: pdx1-sub0-mail-a36 From: Wayne Davison Date: Tue, 5 Feb 2019 18:19:57 -0800 Message-ID: Subject: Re: perl -- classic? To: cygwin Content-Type: text/plain; charset="UTF-8" X-VR-OUT-STATUS: OK X-VR-OUT-SCORE: 0 X-VR-OUT-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtledrkeejgdeghecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucggtfgfnhhsuhgsshgtrhhisggvpdfftffgtefojffquffvnecuuegrihhlohhuthemuceftddtnecunecujfgurhepgghfjgfhfffkuffvtgesthdtredttddtjeenucfhrhhomhephggrhihnvgcuffgrvhhishhonhcuoeifrgihnhgvsehophgvnhgtohguvghrrdhnvghtqeenucfkphepvddtledrkeehrdduieeirddujedunecurfgrrhgrmhepmhhouggvpehsmhhtphdphhgvlhhopehmrghilhdqihhtuddqfhdujedurdhgohhoghhlvgdrtghomhdpihhnvghtpedvtdelrdekhedrudeiiedrudejuddprhgvthhurhhnqdhprghthhephggrhihnvgcuffgrvhhishhonhcuoeifrgihnhgvsehophgvnhgtohguvghrrdhnvghtqedpmhgrihhlfhhrohhmpeifrgihnhgvsehophgvnhgtohguvghrrdhnvghtpdhnrhgtphhtthhopegthihgfihinhestgihghifihhnrdgtohhmnecuvehluhhsthgvrhfuihiivgeptd X-IsSubscribed: yes On Tue, Feb 5, 2019 at 4:23 PM L A Walsh wrote: > Yes...it worked for me up till the latest perl. I was surprised. Which latest perl is that? The 5.26.3 version I cited is the latest version on cygwin, and it's working fine in all the simple tests I tried (I tried scalar & array contexts for both the chars & pixels functions). Do you have perl 5.28 installed? I see that Term/Size.pm has a "use vars" line in it: use vars qw(@EXPORT_OK @ISA $VERSION); ... and since "use vars" looks to have been removed in 5.28, you could rewrite that line as this: our (@EXPORT_OK, @ISA, $VERSION); ..wayne.. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple