Im trying to copy a file to a new directory, the file name is in a variable ($file). What am i doing worng??:
I've tried these:
system "cp $file ./scratch/file.out";
system "cp `$file` ./scratch/file.out";
help please...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.