in reply to Line Commands In Perl
"Best do commands"??? Best is what does the job correctly. It sounds like you just want to use system() though. Or, if you want to avoid spawning processes for some reason, you could use File::Copy