Slavtek wrote: > Hello, > I want to copy some files from one place to another. Maybe someone tell me how can I >do this using Perl? > Thanks in advance!
perldoc File::Copy Loop through the files in your source directory (using glob or opendir and readdir) and copy them. perldoc -f glob perldoc -f opendir and perldoc -f readdir > > > > > -- > Best regards, > Slavtek mailto:[EMAIL PROTECTED] > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]