- or download this
foreach my $file(@array){
... get filenames ...
}
- or download this
foreach my $file(@array){
get_filenames($file);
...
my ($filename ) = @_;
foreach ($filename)
copy($filename, "copied_files/$dest"); #this is the tricky part, which
+ i will try to describe <.<
- or download this
open my $temp, '>', "loopfile"
;
...
'}', "\n";
$num1++;
}