[patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
Peter Prymmer [Tue, 20 Feb 2001 14:51:55 +0000 (06:51 -0800)]
Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>

p4raw-id: //depot/perl@8874

pod/perlport.pod

index de2d855..457584c 100644 (file)
@@ -675,6 +675,15 @@ DOSish perls are as follows:
     Windows NT    MSWin32    MSWin32-ppc
     Cygwin        cygwin
 
+The various MSWin32 Perl's can distinguish the OS they are running on
+via the value of the fifth element of the list returned from 
+Win32::GetOSVersion().  For example:
+
+    if ($^O eq 'MSWin32') {
+        my @os_version_info = Win32::GetOSVersion();
+        print +('3.1','95','NT')[$os_version_info[4]],"\n";
+    }
+
 Also see:
 
 =over 4
@@ -1225,7 +1234,7 @@ Be OS, F<README.beos>
 =item *
 
 HP 300 MPE/iX, F<README.mpeix> and Mark Bixby's web page
-http://www.cccd.edu/~markb/perlix.html
+http://www.bixby.org/mark/perlix.html
 
 =item *