I am relatively new at this, but here is the situation. I have a group of recordings at point A on our network (windows 2000 server box). They are placed there by a verification division after verification. I have written a perl script that reads the final fields (Date) into an array and creates a folder to copy them to on point B (linux). The problem is, I can not get them to copy. I have mounted the windows 2000 filesystem using samba, and currently I am trying to use:

system(`mv $sourcedir,$destfile');

It is not working. Does anyone have any ideas? Thank you.