document updated 11 years ago, on Oct 2, 2013
Various filesystem-related functionality available in the core modules:
filename parsing/munging
modify files / directories
file contents, read-only
exploring directories
other
- File::Temp
- POSIX
- creat() — create a new file
- getcwd() — get the current working directory
- lchown() — like chown(), but changes the owner of a symbolic link
- mkfifo() — makes a FIFO special file
- pathconf() — retrieve the value of a configurable limit on a file or directory
- pipe() — create an interprocess channel