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