perl-File-pushd: perl-File-pushd (change directory temporarily for a limited scope) perl-File-pushd: perl-File-pushd: File::pushd does a temporary chdir that is easily and automatically perl-File-pushd: reverted, similar to pushd in some Unix command shells. It works by perl-File-pushd: creating an object that caches the original working directory. When perl-File-pushd: the object is destroyed, the destructor calls chdir to revert to the perl-File-pushd: original working directory. By storing the object in a lexical perl-File-pushd: variable with a limited scope, this happens automatically at the end perl-File-pushd: of the scope. perl-File-pushd: perl-File-pushd: