home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / lib / perl5 / auto / posix / fgetpos.al < prev    next >
Encoding:
Text File  |  1996-10-09  |  144 b   |  9 lines

  1. # NOTE: Derived from ../../lib/POSIX.pm.  Changes made here will be lost.
  2. package POSIX;
  3.  
  4. sub fgetpos {
  5.     redef "FileHandle::getpos()";
  6. }
  7.  
  8. 1;
  9.