From: Jarkko Hietaniemi Date: Thu, 6 Jun 2002 20:10:14 +0000 (+0000) Subject: Windows wisdom from Sarathy. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f3c7fd1262cafc524446bbbde5f3aeb764f97c71;p=p5sagit%2Fp5-mst-13.2.git Windows wisdom from Sarathy. p4raw-id: //depot/perl@17047 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 07ee0db..ee59aef 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1004,10 +1004,10 @@ is identical to C<$Config{'osname'}>. See also L and the B<-V> command-line switch documented in L. In Windows platforms the $^O is not very helpful since it is always -MSWin32 (or MSWin64, when applicable), it doesn't tell the difference -between 95/98/ME/NT/2000/XP/CE. Use Win32::GetOSVersion() (see L) -and other means (like for example the presence/absence of some files) to -distinguish those. +C, it doesn't tell the difference between 95/98/ME/NT/2000/XP/CE. +Use Win32::GetOSVersion() (see L) and other means (like for +example the presence/absence of some files) to distinguish between +the variants. =item ${^OPEN}