in reply to string in system command

So in what fashion is it failing?

Actually, a better question is: Why are you making a system call from within Perl to copy files? Have a look at File::Copy as a more Perlish way of going about business.


True laziness is hard work

Replies are listed 'Best First'.
Re^2: string in system command
by kafkaf55 (Acolyte) on Oct 18, 2009 at 00:33 UTC
    Thank you. New user and help like this is what I need. Thanks. I will read up on the File::Copy. I am sure this will solve my problem.