#! usr/bin/perl -w use File::Copy; my @list = ; foreach my $file(@list){ copy ($file,"C:\Temp\"); }