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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: caller Chapter 5
Function Reference
Next: Reference: chmod
 

chdir

chdir 
dirname

Changes the working directory to dirname , if possible. If dirname is omitted, it changes to the home directory. The function returns 1 upon success, 0 otherwise (and puts the error code into $! ).


Previous: Reference: caller Perl in a Nutshell Next: Reference: chmod
Reference: caller Book Index Reference: chmod