File::Temp - return name and handle of a temporary file safely

NAME VERSION SYNOPSIS DESCRIPTION OBJECT-ORIENTED INTERFACE FUNCTIONS MKTEMP FUNCTIONS POSIX FUNCTIONS ADDITIONAL FUNCTIONS UTILITY FUNCTIONS PACKAGE VARIABLES WARNINGTemporary files and NFS Forking Directory removal Taint mode BINMODE HISTORY SEE ALSO SUPPORTBugs / Feature Requests Source Code AUTHOR CONTRIBUTORS COPYRIGHT AND LICENSE NAME File::Temp - return name and handle of a temporary file safely VERSION version 0.2304 SYNOPSIS use File::Temp qw/ tempfile tempdir /; $fh = tempfile(

File::stat - by-name interface to Perl's built-in stat() functions

NAME SYNOPSIS DESCRIPTION BUGS ERRORS WARNINGS NOTE AUTHOR NAME File::stat - by-name interface to Perl's built-in stat() functions SYNOPSIS use File::stat; $st = stat($file) or die "No $file: $!"; if ( ($st->mode & 0111) && $st->nlink > 1) ) { print "$file is executable with lotsa links\n"; } if ( -x $st ) { print "$file is executable\n"; } use Fcntl "S_IRUSR"; if ( $st->cando(S_IRUSR, 1) ) { print "My effective uid can read $file\n"; } use File::stat q

File::Spec::Win32 - methods for Win32 file specs

NAME SYNOPSIS DESCRIPTIONNote For File::Spec::Win32 Maintainers COPYRIGHT SEE ALSO NAME File::Spec::Win32 - methods for Win32 file specs SYNOPSIS require File::Spec::Win32; # Done internally by File::Spec if needed DESCRIPTION See File::Spec::Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics. devnull Returns a string representation of the null device. tmpdir Returns a string representation of the first ex

File::Spec::VMS - methods for VMS file specs

NAME SYNOPSIS DESCRIPTION COPYRIGHT SEE ALSO NAME File::Spec::VMS - methods for VMS file specs SYNOPSIS require File::Spec::VMS; # Done internally by File::Spec if needed DESCRIPTION See File::Spec::Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics. The default behavior is to allow either VMS or Unix syntax on input and to return VMS syntax on output unless Unix syntax has been explicitly requested via the DE

File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules

NAME SYNOPSIS DESCRIPTION METHODS COPYRIGHT SEE ALSO NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules SYNOPSIS require File::Spec::Unix; # Done automatically by File::Spec DESCRIPTION Methods for manipulating file specifications. Other File::Spec modules, such as File::Spec::Mac, inherit from File::Spec::Unix and override specific methods. METHODS canonpath() No physical check on the filesystem, but a logical cleanup of a path. On UNIX eliminates successive sla

File::Spec::OS2 - methods for OS/2 file specs

NAME SYNOPSIS DESCRIPTION COPYRIGHT NAME File::Spec::OS2 - methods for OS/2 file specs SYNOPSIS require File::Spec::OS2; # Done internally by File::Spec if needed DESCRIPTION See File::Spec and File::Spec::Unix. This package overrides the implementation of these methods, not the semantics. Amongst the changes made for OS/2 are... tmpdir Modifies the list of places temp directory information is looked for. $ENV{TMPDIR} $ENV{TEMP} $ENV{TMP} /tmp / splitpath Volumes can be drive letters or

File::Spec::Mac - File::Spec for Mac OS (Classic)

NAME SYNOPSIS DESCRIPTION METHODS AUTHORS COPYRIGHT SEE ALSO NAME File::Spec::Mac - File::Spec for Mac OS (Classic) SYNOPSIS require File::Spec::Mac; # Done internally by File::Spec if needed DESCRIPTION Methods for manipulating file specifications. METHODS canonpath On Mac OS, there's nothing to be done. Returns what it's given. catdir() Concatenate two or more directory names to form a path separated by colons (":") ending with a directory. Resulting paths are relative by default, but c

File::Spec::Functions - portably perform operations on file names

NAME SYNOPSIS DESCRIPTIONExports COPYRIGHT SEE ALSO NAME File::Spec::Functions - portably perform operations on file names SYNOPSIS use File::Spec::Functions; $x = catfile('a','b'); DESCRIPTION This module exports convenience functions for all of the class methods provided by File::Spec. For a reference of available functions, please consult File::Spec::Unix, which contains the entire set, and which is inherited by the modules for other platforms. For further information, please see File::S

File::Spec::Epoc - methods for Epoc file specs

NAME SYNOPSIS DESCRIPTION AUTHOR COPYRIGHT SEE ALSO NAME File::Spec::Epoc - methods for Epoc file specs SYNOPSIS require File::Spec::Epoc; # Done internally by File::Spec if needed DESCRIPTION See File::Spec::Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics. This package is still a work in progress. ;-) canonpath() No physical check on the filesystem, but a logical cleanup of a path. On UNIX eliminated succ

File::Spec::Cygwin - methods for Cygwin file specs

NAME SYNOPSIS DESCRIPTION COPYRIGHT NAME File::Spec::Cygwin - methods for Cygwin file specs SYNOPSIS require File::Spec::Cygwin; # Done internally by File::Spec if needed DESCRIPTION See File::Spec and File::Spec::Unix. This package overrides the implementation of these methods, not the semantics. This module is still in beta. Cygwin-knowledgeable folks are invited to offer patches and suggestions. canonpath Any \ (backslashes) are converted to / (forward slashes), and then File::Spec::Unix