Thread Verzeichnis kopieren (16 answers)
Opened by shaihulud at 2006-10-10 16:38

shaihulud
 2006-10-10 17:42
#70658 #70658
User since
2006-04-12
76 Artikel
BenutzerIn
[default_avatar]
@renee

danke für information jedoch mache ich scheinbar etwas falsch
Code: (dl )
1
2
3
4
5
use File::NCopy qw(copy);


copy \1,"C:\Beispielordner\Beispielordner\",
"C:\Beispielordner\Beispielordner2\";


Fehlermeldung:

Can't locate File/NCopy.pm in @INC (@INC contains: . c:/Perl/site/lib c:/Perl/li
b) at main.pl line 235.
BEGIN failed--compilation aborted at main.pl line 235.

Was mache ich falsch?

View full thread Verzeichnis kopieren