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 Date: Mon, 24 Jan 2005 12:01:23 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: "Hughes, Bill" cc: "'cygwin AT cygwin DOT com'" , Yitzchak Scott-Thoennes Subject: RE: is there a (cygwin?) method delivering the current version of windows? In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 24 Jan 2005, Hughes, Bill wrote: > Igor Pechtchanski wrote: > > On Mon, 24 Jan 2005, Yitzchak Scott-Thoennes wrote: > ..snip.. > >> Ok; you're wrong :) > > > > That's hardly a correction... :-p > > But I was, indeed, wrong. The real solution was to run > > > > $ perl -mWin32 -wle'print for Win32::GetOSVersion' > > > > otherwise Win32::GetOSVersion is interpreted as a bareword. > > Odd. > I first tried the original version when first posted: > perl -wle'print for Win32::GetOSVersion' > which did nothing. Well, for me it just printed "Win32::GetOSVersion"... > It now works, giving : > Service Pack 4 > 5 > 0 > 2195 > 2 > > but when I try > perl -mWin32 -wle'print for Win32::GetOSVersion' > I get > Can't locate Win32.pm in @INC (@INC contains: /usr/lib/perl5/5.8/cygwin ... > etc. Hmm, must be a 5.8.2 vs. 5.8.6 thing. Time to upgrade?.. :-) FWIW, Win32.pm from the latest perl-libwin32 in /usr/lib/perl/site_perl/5.8.2/cygwin-thread-multi-64int/Win32.pm, and since your @INC contains /usr/lib/perl5/5.8/..., it's not found. Doesn't perl-libwin32 need to be updated? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/