![]() |
|
There's more than one way to do things | |
PerlMonks |
perlfunc:chdirby gods (Initiate) |
on Aug 24, 1999 at 22:43 UTC ( #304=perlfunc: print w/replies, xml ) | Need Help?? |
chdirSee the current Perl documentation for chdir. Here is our local, out-dated (pre-5.6) version: ![]() chdir - change your current working directory
![]() chdir EXPR
![]() Changes the working directory to EXPR, if possible. If EXPR is omitted, changes to home directory. Returns TRUE upon success, FALSE otherwise. See example under die(). |
|