Thread Newbie: Datei verschieben und umbenennen
(13 answers)
Opened by wayan at 2009-09-30 15:17
wenn du copy benutzen willst, musst du es importieren. also statt
Code (perl): (dl
)
use File::Copy qw/move/; Code (perl): (dl
)
use File::Copy qw/copy/; 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 |