diff options
author | Philip Newton <pne@cpan.org> | 2002-06-08 13:08:12 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 11:46:36 +0000 |
commit | 443f6d0184e0648ec41d1125072fe0e461cb089b (patch) | |
tree | a19e8d79e908b58c6b565dd88374cba5f17b0334 /pod/perlvar.pod | |
parent | e286a5ec0cccc8f0b0d7da27b7277e16426eba89 (diff) | |
download | perl-443f6d0184e0648ec41d1125072fe0e461cb089b.tar.gz |
Doc patches: assorted minor nits
Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
p4raw-id: //depot/perl@17084
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index ee59aefd5c..dd9bbaa439 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1003,7 +1003,7 @@ built, as determined during the configuration process. The value is identical to C<$Config{'osname'}>. See also L<Config> and the B<-V> command-line switch documented in L<perlrun>. -In Windows platforms the $^O is not very helpful since it is always +In Windows platforms, $^O is not very helpful: since it is always C<MSWin32>, it doesn't tell the difference between 95/98/ME/NT/2000/XP/CE. Use Win32::GetOSVersion() (see L<perlport>) and other means (like for example the presence/absence of some files) to distinguish between |