Searched defs:cacheout (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcacheout.pl12 sub cacheout'open { subroutine
18 sub cacheout'close { subroutine
24 sub cacheout { subroutine
25 package cacheout; package
41 package cacheout; package
H A DFileCache.pm15 cacheout $mode, $path;
17 cacheout $path;
20 $fh = cacheout $mode, $path;
22 $fh = cacheout $path;
27 The C<cacheout> function will make sure that there's a filehandle open
34 =item cacheout EXPR
36 The 1-argument form of cacheout will open a file for writing (C<< '>' >>)
42 =item cacheout MODE, EXPR
44 The 2-argument form of cacheout will use the supplied mode for the initial
58 do not do so if you are calling C<FileCache::cacheout> fro
130 sub cacheout { subroutine
[all...]

Completed in 27 milliseconds