Package : perl-File-chdir

Package details

Summary: A more sensible way to change directories

Description:
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 B<whole> program.

File::chdir gives you an alternative, $CWD and @CWD. These two
variables combine all the power of C<chdir()>, File::Spec and Cwd.


URL: http://search.cpan.org/dist/File-chdir
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs