Cwd(3p) Perl Programmers Reference Guide Cwd(3p)
Cwd(3p) Perl Programmers Reference Guide Cwd(3p) # Cwd(3p) Perl Programmers Reference Guide Cwd(3p) NNAAMMEE # Cwd - get pathname of current working directory SSYYNNOOPPSSIISS # use Cwd; my $dir = getcwd; use Cwd 'abs_path'; my $abs_path = abs_path($file); DDEESSCCRRIIPPTTIIOONN # This module provides functions for determining the pathname of the current working directory. It is recommended that getcwd (or another *ccwwdd(()) function) be used in _a_l_l code to ensure portability. ...