This module provides functions for determining the pathname of the current working directory. It is recommended that getcwd (or another *cwd() function) be used in all code to ensure portability. By default, it exports the functions cwd(), getcwd(), fastcwd(), and fastgetcwd() (and, on Win32, getdcwd()) into the caller's namespace. WWW: http://search.cpan.org/~kwilliams/Cwd-2.21/Cwd.pm PR: ports/127881 Submitted by: Dennis Herrmann <adox at mcx2.org>
10 lines
440 B
Text
10 lines
440 B
Text
Cwd - get pathname of current working directory
|
|
|
|
This module provides functions for determining the pathname of the current
|
|
working directory. It is recommended that getcwd (or another *cwd() function)
|
|
be used in all code to ensure portability.
|
|
|
|
By default, it exports the functions cwd(), getcwd(), fastcwd(), and
|
|
fastgetcwd() (and, on Win32, getdcwd()) into the caller's namespace.
|
|
|
|
WWW: http://search.cpan.org/~kwilliams/Cwd-2.21/Cwd.pm
|