File::chdir

File::chdir is a Perl module that offers a more sensible way to change directories.
Download

File::chdir Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael G Schwern and David A Golden
  • Publisher web site:
  • http://search.cpan.org/~dagolden/

File::chdir Tags


File::chdir Description

File::chdir is a Perl module that offers a more sensible way to change directories. File::chdir is a Perl module that offers a more sensible way to change directories.SYNOPSIS use File::chdir; $CWD = "/foo/bar"; # now in /foo/bar { local $CWD = "/moo/baz"; # now in /moo/baz ... } # still in /foo/bar!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. Requirements: · Perl


File::chdir Related Software