Leser: 1
|< 1 2 3 4 5 >| | 41 Einträge, 5 Seiten |
1
2
3
4
5
6
7
8
9
10
11
#!/Perl/bin/perl
use strict;
use warnings;
use File::NCopy qw(copy);
my $sdir = "I:/";
my $ddir = "c:/zwischen/test/";
my $file = File::NCopy->new(recursive => 1);
$file->copy($sdir,$ddir);
1
2
3
4
5
6
7
8
9
10
#!/Perl/bin/perl
use strict;
use warnings;
use File::NCopy qw(copy);
my $sdir = "I:/";
my $ddir = "c:/zwischen/test/";
copy \1,$sdir,$ddir;
1
2
3
4
5
6
7
8
cpan> m File::NCopy
Module id = File::NCopy
CPAN_USERID GABOR (Gabor Egressy <gabor@vmunix.com>)
CPAN_VERSION 0.32
CPAN_FILE G/GA/GABOR/File-NCopy0.32.tar.gz
MANPAGE B<File::NCopy> - Copy file, file Copy file[s] | dir[s], dir
INST_FILE /usr/local/lib/perl5/site_perl/5.8.0/File/NCopy.pm
INST_VERSION 0.32
|< 1 2 3 4 5 >| | 41 Einträge, 5 Seiten |