Description
Perl applications can handle filesystem paths through objects that work across operating systems. This helps tools join paths, inspect directories, and avoid hard-coding separators or platform-specific path rules.
It is a developer library. Programs that act on user-supplied paths should still check permissions, symlinks, and expected directories before reading or writing files.