Thread Schleife: Dateien umbenennen: Prob mit substr
(31 answers)
Opened by steinwolf at 2004-05-31 17:39
[quote=AbRaXaS,23.01.2007, 10:53]
Code: (dl
)
open(LS,"/bin/ls ../Bilder |")||print "LS"; sorry, aber das ist blödsinn. warum ein open auf 'ls', wenn perl doch eine opendir-Funktion bietet? Code: (dl
)
1 opendir LS, '../Bilder' or die $!; zur zweiten variante siehe ![]() 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: ![]() ![]() |