File::Spec::Win32(3p) Perl Programmers Reference Guide File::Spec::Win32(3p)
File::Spec::Win32(3p) Perl Programmers Reference Guide File::Spec::Win32(3p) # File::Spec::Win32(3p) Perl Programmers Reference Guide File::Spec::Win32(3p) NNAAMMEE # File::Spec::Win32 - methods for Win32 file specs SSYYNNOOPPSSIISS # require File::Spec::Win32; # Done internally by File::Spec if needed DDEESSCCRRIIPPTTIIOONN # 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 existing directory from the following list: $ENV{TMPDIR} # $ENV{TEMP} # $ENV{TMP} # SYS:/temp C:\system\temp C:/temp /tmp / The SYS:/temp is preferred in Novell NetWare and the C:\system\temp for Symbian (the File::Spec::Win32 is used also for those platforms). ...