This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: is there a (cygwin?) method delivering the current version of windows?


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@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]