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
--------------------------------------
*** array.c.old	Mon Nov 11 09:33:12 1991
--- array.c	Thu Nov 14 08:51:22 1991
***************
*** 212,218 ****
      return retval;
  }
  
! aunshift(ar,num)
  register ARRAY *ar;
  register int num;
  {
--- 212,218 ----
      return retval;
  }
  
! void aunshift(ar,num)
  register ARRAY *ar;
  register int num;
  {
