home *** CD-ROM | disk | FTP | other *** search
/ Freelog 15 / FREELOG 15.ISO / WebMaster / Perl / PERL5106.ZIP / perl5 / WIN95.TXT < prev   
Encoding:
Text File  |  1996-01-31  |  1.0 KB  |  35 lines

  1. Notes for Windows '95 Users
  2. =====================
  3. Build 105:
  4. ----------
  5.  
  6. Most of the compatibility problems that occured in previous builds are due to the 16-bit shell (COMMAND.COM) use on Win95.( The problems included pipes and shell escapes). 
  7.  
  8. To fix the shell problems, we have shipped a 32-bit shell wrapper with perl-win32.You can also configure perl to use another shell if you like.
  9.  
  10. To change the shell setting you must edit the registry. 
  11.  
  12. The string:
  13.     HKEY_LOCAL_MACHINE\Software\Microsoft\Resource Kit\PERL5\WIN95SHELL
  14.  
  15.     must be set to the full path your shell.
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. Build 104:
  23. ----------
  24.  
  25. Windows NT Perl was developed for Windows NT 3.51, and should run on
  26. Windows 95. However, NT Perl has not been tested extensively under Windows
  27. 95. The following problems have been encountered:
  28.  
  29. - Pipes don't work properly.
  30. - The system command will not accept multiple arguments.
  31. - GetHostByName is busted. 
  32. - Windows95 Exception handling doesn't appear to work.
  33.   Shows up when the -v option is used.
  34.   
  35.