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
--------------------------------------
*** t/op/flip.t.old	Tue Apr 23 22:38:16 1991
--- t/op/flip.t	Thu Nov 14 08:57:12 1991
***************
*** 17,23 ****
  
  @a = ('a','b','c','d','e','f','g');
  
! open(of,'../Makefile');
  while (<of>) {
      (3 .. 5) && $foo .= $_;
  }
--- 17,23 ----
  
  @a = ('a','b','c','d','e','f','g');
  
! open(of,'../perly.c');
  while (<of>) {
      (3 .. 5) && $foo .= $_;
  }
