in reply to Re: Moving files and directoriesin thread Moving files and directories
You can call external programs like xcopy, deltree and move from whithin perl, on Win32 typically with system() or Win32::Process.
Alexander