Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

perlman:lib:FileCache

by root (Monk)
on Dec 23, 1999 at 00:49 UTC ( [id://1112]=perlfunc: print w/replies, xml ) Need Help??

lib:FileCache

See the current Perl documentation for lib:FileCache.

Here is our local, out-dated (pre-5.6) version:


FileCache - keep more files open than the system permits



    cacheout $path;
    print $path @data;



The cacheout function will make sure that there's a filehandle open for writing available as the pathname you give it. It automatically closes and re-opens files if you exceed your system file descriptor maximum.


BUGS

sys/param.h lies with its NOFILE define on some systems, so you may have to set $FileCache::cacheout_maxopen yourself.


Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-26 03:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found