use File::Copy; my @list = ; foreach my $file (@list) { copy($file,"a/"); }