Help for this page
cp /home/wbill/lazarus/file1 file2 .
#! /usr/bin/perl use strict; ... foreach my $this_file ( @FILES ) { `cp $path/$this_file .`; }