MAN page from Old RedHat 5.X perl-5.004-4.i386.rpm
FileCache
Section: Perl Programmers Reference Guide (3)
Updated: perl 5.004, patch 04
Index NAME
FileCache - keep more files open than the system permits
SYNOPSIS
cacheout $path; print $path @data;
DESCRIPTION
The
cacheout function will make sure that there's a filehandle openfor writing available as the pathname you give it. It automaticallycloses and re-opens files if you exceed your system file descriptormaximum.
BUGS
sys/param.h lies with its
NOFILE define on some systems,so you may have to set
$FileCache::cacheout_maxopen yourself.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- BUGS
This document was created byman2html,using the manual pages.