Thread Dateien im Verzeichnis ausgeben
(5 answers)
Opened by iPerl at 2009-02-24 13:58 MatthiasW+2009-02-24 13:19:50-- jedes open und jedes opendir abfragen auf erfolg. wirklich jedes. Code (perl): (dl
)
opendir my $dh, $path or die "Could not open '$path': $!"; ja, es ist tipparbeit, aber ich mach das schon im schlaf und spare später zeit, wenn ich mich mal wundere, warum es nicht läuft. Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |