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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: catdir Chapter 8
Standard Modules
Next: Reference: curdir
 

catfile


File::Spec->catfile(


dir

[, 

dir

...], file
)

Concatenates one or more directory names and a filename to form a complete path that ends with a filename. Uses catdir .


Previous: Reference: catdir Perl in a Nutshell Next: Reference: curdir
Reference: catdir Book Index Reference: curdir