Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.82 FileCacheChapter 8
Standard Modules
Next: 8.82 FileCache
 

cacheout

cacheout (path)

Makes sure the file at path is created and accessible through the filehandle also named path. You don't need to invoke cacheout between successive accesses to the same file.


Previous: 8.82 FileCachePerl in a NutshellNext: 8.82 FileCache
8.82 FileCacheBook Index8.82 FileCache