home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _4d4c19a8b57e3bae4c1b000389e1f00c < prev    next >
Encoding:
Text File  |  2004-04-13  |  314 b   |  14 lines

  1. # NOTE: Derived from ..\..\lib\POSIX.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package POSIX;
  5.  
  6. #line 653 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\fork.al)"
  7. sub fork {
  8.     usage "fork()" if @_ != 0;
  9.     CORE::fork;
  10. }
  11.  
  12. # end of POSIX::fork
  13. 1;
  14.