From: Gurusamy Sarathy Date: Thu, 20 Jun 2002 04:51:48 +0000 (+0000) Subject: mention Win32::GetOSName() nearabouts $^O X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7f510801a3443119091164e5439b7cec4f96aa30;p=p5sagit%2Fp5-mst-13.2.git mention Win32::GetOSName() nearabouts $^O p4raw-id: //depot/perl@17319 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index dd9bbaa..100361b 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, $^O is not very helpful: since it is always -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. +C, it doesn't tell the difference between +95/98/ME/NT/2000/XP/CE/.NET. Use Win32::GetOSName() or +Win32::GetOSVersion() (see L and L) to distinguish +between the variants. =item ${^OPEN}