Filecache

FileCache(3p) Perl Programmers Reference Guide FileCache(3p)

Filecache

FileCache(3p) Perl Programmers Reference Guide FileCache(3p) # FileCache(3p) Perl Programmers Reference Guide FileCache(3p) NNAAMMEE # FileCache - keep more files open than the system permits SSYYNNOOPPSSIISS # no strict 'refs'; use FileCache; # or use FileCache maxopen => 16; cacheout $mode, $path; # or cacheout $path; print $path @data; $fh = cacheout $mode, $path; # or $fh = cacheout $path; print $fh @data; DDEESSCCRRIIPPTTIIOONN # The "cacheout" function will make sure that there's a filehandle open for reading or writing available as the pathname you give it. ...