Newbie question about FILE::COPY:
I was working in a much larger program and able to whittle my problem down to just a few lines of code:
use strict;
use warnings;
use FILE::COPY;
move("c:/Scripting/VOD/test.mpg","c:/Scripting/VOD/movetest/test\.mpg");
The error I get is "Undefined...
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.