MS-DOS patches to perl.
Apply this patch to the standard perl source, version 4, patch level 19,
using "patch -p."  Do this in the root directory of the perl source
distribution.

You can cat all these patches together and pipe the output to patch -p.

Len Reed
Holos Software, Inc.
..!gatech!holos0!lbr
holos0!lbr@gatech.edu
--------------------------------------
*** msdos/eg/drives.bat.old	Tue Apr 23 23:48:46 1991
--- msdos/eg/drives.bat	Thu Nov 14 08:56:52 1991
***************
*** 1,7 ****
! @REM=("
  @perl %0.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
! @end ") if 0 ;
! 
  #
  # Test the ioctl function for MS-DOS.  Provide a list of drives and their
  # characteristics.
--- 1,6 ----
! @REM=(qq!
  @perl %0.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
! @goto end !) if 0 ;
  #
  # Test the ioctl function for MS-DOS.  Provide a list of drives and their
  # characteristics.
***************
*** 39,41 ****
--- 38,42 ----
   sectors/track $lock\n", ord('A') + $i - 1;
  	}
  }
+ @REM=(qq!
+ :end !) if 0 ;
