![]() |
|
P is for Practical | |
PerlMonks |
Re: Why does system("mv $x $y") not work when it works at the command line?by sectokia (Pilgrim) |
on Feb 03, 2023 at 04:51 UTC ( #11150114=note: print w/replies, xml ) | Need Help?? |
The problem is likely related to the command line. I would suggest you do the move in perl:
See: https://metacpan.org/pod/File::Copy
In Section
Seekers of Perl Wisdom
|
|