Mail Archives: cygwin/2005/01/24/12:01:45
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/
- Raw text -