Paketname | libfile-chdir-perl |
Beschreibung | A more sensible way to change directories |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.06-2.1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 9806 Byte |
Prüfsumme MD5 | 7b8a2b0043ad59e08d7665f0ddf30231 |
Prüfsumme SHA1 | 1ee0e5214d369cac18208d1255a68d225e9663f9 |
Prüfsumme SHA256 | b21524a24ec58931452b74de4d0246ce0bc8659612d8c8bc7a343896008d21d1 |
Link zum Herunterladen | libfile-chdir-perl_0.06-2.1_all.deb |
Ausführliche Beschreibung | 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.
|