in reply to Re^2: System Command mv not working - Require a solution without modules.
in thread System Command mv not working - Require a solution without modules.

Please post the relevant code and please use <code>...</code> tags to mark it so it renders and downloads nicely.

The problem is mostly a syntax error in your code where Perl interprets a file path as a division of two values. This mostly happens when you omit a closing quote on a string.

  • Comment on Re^3: System Command mv not working - Require a solution without modules.
  • Download Code