Paketname | libfile-chdir-perl |
Beschreibung | A more sensible way to change directories |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.1003-0.1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 80 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | James Bromberger |
Quelle | |
Paketgröße | 13638 Byte |
Prüfsumme MD5 | 92c7f92243e7041e2c359b38f3baf0ea |
Prüfsumme SHA1 | f39f396ae9c58aa40b65be29a5dbcbf0e8d3757e |
Prüfsumme SHA256 | 813632e6fda15ea6879c9e88cfafb8329428324fc71e82f0cd3359eb4269880a |
Link zum Herunterladen | libfile-chdir-perl_0.1003-0.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.
|