home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1997 / CT_SW_97.ISO / mac / Software / entwickl / win95 / pw32i306.exe / docs / Perl-Win32 / status.txt < prev    next >
Text File  |  1997-04-04  |  2KB  |  103 lines

  1.  
  2. You are reading: STATUS.TXT
  3. ---------------------------
  4.  
  5. Only a subset of the standard Perl 5 Kit has been implemented, as there is 
  6. usually no direct equivalent of the functionality in Win32.
  7.  
  8. Any functions marked with '**' will NOT warn that they are not implemented.
  9. Providing this 'warn facility' would require changes to the Perl 5 UNIX Distribution.
  10.  
  11. Following are the unsupported functions:
  12.  
  13.  
  14. Unsupported network routines    
  15. ============================
  16.  
  17. getnetbyname()    
  18. getnetbyaddr()    
  19. getnetent()    
  20. getprotoent()    
  21. getservent()    
  22. sethostent()    
  23. setnetent()
  24. setprotoent()
  25. setservent()
  26. endhostent()
  27. endnetent()
  28. endprotoent()
  29. endservent()
  30. socketpair()
  31.  
  32.  
  33. Unsupported System V compatible IPC routines
  34. ============================================
  35.  
  36. msgctl()
  37. msgget()
  38. msgrcv()
  39. msgsnd()
  40. semctl()
  41. semget()
  42. semop()
  43. shmctl()
  44. shmget()
  45. shmread()
  46. shmwrite()
  47.  
  48.  
  49. Unsupported I/O routines
  50. ========================
  51.  
  52. ioctl()**
  53.  
  54.  
  55. Unsupported filesystem routines
  56. ===============================
  57.  
  58. chroot()
  59. fcntl()**
  60. link()
  61. lstat()**
  62. readlink()**
  63. symlink()
  64. umask()**
  65.  
  66.  
  67. Unsupported security-related routines
  68. =====================================
  69.  
  70. getpgrp()
  71. getppid()
  72. getpriority()
  73. getpwnam()
  74. getgrnam()
  75. getpwuid()
  76. getgrgid()
  77. getpwent()
  78. getgrent()
  79. setpwent()
  80. setgrent()
  81. endpwent()
  82. endgrent()
  83. setpgrp()
  84.  
  85.  
  86. Unsupported process-related routines
  87. ====================================
  88.  
  89. fork()
  90. setpriority()
  91. times()
  92. wait()
  93. waitpid()
  94.  
  95.  
  96. Unsupported miscellaneous routines
  97. ==================================
  98.  
  99. alarm()
  100. dump()**
  101. syscall()
  102.  
  103.