perl-File-chdir
More sensible way to change directories
Perl's 'chdir()' has the unfortunate problem of being very, very, very global. If any part of your program calls 'chdir()' or if any library you use calls 'chdir()', it changes the current working directory for the *whole* program. This sucks. File::chdir gives you an alternative, '$CWD' and '@CWD'. These two variables combine all the power of 'chdir()', File::Spec and Cwd.
Artistic-1.0 OR GPL-1.0-or-latercloud_download Downloads
To download packages, you need to log in and have a valid subscription.
Please select a product to see the available package versions:
Loading...
Loading package downloads...