home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / perl5 / FileCache.z / FileCache
Encoding:
Text File  |  1998-10-30  |  1.0 KB  |  67 lines

  1.  
  2.  
  3.  
  4. FFFFiiiilllleeeeCCCCaaaacccchhhheeee((((3333))))                                                      FFFFiiiilllleeeeCCCCaaaacccchhhheeee((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      FileCache - keep more files open than the system permits
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.          cacheout $path;
  13.          print $path @data;
  14.  
  15.  
  16. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.      The cacheout function will make sure that there's a filehandle open for
  18.      writing available as the pathname you give it.  It automatically closes
  19.      and re-opens files if you exceed your system file descriptor maximum.
  20.  
  21. BBBBUUUUGGGGSSSS
  22.      _s_y_s/_p_a_r_a_m._h lies with its NOFILE define on some systems, so you may have
  23.      to set $FileCache::cacheout_maxopen yourself.
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.