Thanks! I appreciate the dissection. Maybe I'm just
missing something, but while my script now does create
a file with the . instead of the space, that file is empty.
So its doing a "touch" rather than a "mv" and that is
using open(NEW, ">>Test/$newfile"); what am I missing?