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

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