Leser: 1
5 Einträge, 1 Seite |
1
2
3
4
5
6
use strict;
use warnings;
use File::Copy ();
File::Copy::copy('D:\vmware\winxp\Windows XP Professional-flat.vmdk', 'G:\vmware_bck\winxp\test.vmdk') || die print "$!";
Quote1 at D:\Daten\Arbeit\Programmieren\Perl-Scripte\VMperl\copy_big_files.pl line 6
No such file or directory
Quoteein und untersuche die Ausgabe auf folgendes:perl -V
QuoteCompile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT
PERL_IMPLICIT_SYS PERL_MALLOC_WRAP
PL_OP_SLAB_ALLOC USE_ITHREADS USE_LARGE_FILES
USE_PERLIO USE_SITECUSTOMIZE
5 Einträge, 1 Seite |