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 / _73fe3c7799d83e787c6977ff28b57f7d < prev    next >
Encoding:
Text File  |  2004-04-13  |  321 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 163 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\fabs.al)"
  7. sub fabs {
  8.     usage "fabs(x)" if @_ != 1;
  9.     CORE::abs($_[0]);
  10. }
  11.  
  12. # end of POSIX::fabs
  13. 1;
  14.