start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.37 CPAN::Nox Chapter 8
Standard Modules
Next: 8.39 Data::Dumper
 

8.38 Cwd

The Cwd module provides three functions that get the pathname of the current working directory. Using these functions instead of the pwd command will make your code more portable, because not all systems have pwd .


Previous: 8.37 CPAN::Nox Perl in a Nutshell Next: 8.39 Data::Dumper
8.37 CPAN::Nox Book Index 8.39 Data::Dumper