Name: | perl-File-chdir |
---|---|
Version: | 0.1008 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 19223 |
License: | GPL+ or Artistic |
RPM: | perl-File-chdir-0.1008-2.el7.noarch.rpm |
Source RPM: | perl-File-chdir-0.1008-2.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/File-chdir/ |
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 whole program. |