Help for this page
use File::Copy; my @FILES = ('file1', 'file2'); copy( "/home/wbill/lazarus/$_", '.' ) foreach (@FILES);