Is there a reason unix commands won't work from a script when you are using CGI to take in parameters from a webpage. I am trying to move files between directories. I have tried
`mv source destination`;
and
rename(source destination);
Neither worked, it was as if they were skipped over.
`mv source destination`;
and
rename(source destination);
Neither worked, it was as if they were skipped over.