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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm44 use File::Temp qw/ tempfile tempdir /;
46 $dir = tempdir( CLEANUP => 1 );
99 file. The tempdir() function can be used to create a temporary
156 tempdir
821 # - Called by tempdir() if directories are to be removed on shutdown
1229 =item B<tempdir>
1234 $tempdir = tempdir();
1238 $tempdir = tempdir(
1284 sub tempdir { subroutine
[all...]

Completed in 23 milliseconds