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 / _a30f69ddb4bf8da8f4834c8bfa5ec310 < prev    next >
Encoding:
Text File  |  2004-04-13  |  354 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 219 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\raise.al)"
  7. sub raise {
  8.     usage "raise(sig)" if @_ != 1;
  9.     CORE::kill $_[0], $$;    # Is this good enough?
  10. }
  11.  
  12. # end of POSIX::raise
  13. 1;
  14.