in reply to Re: Misinterpretation of File::Copy
in thread Misinterpretation of File::Copy

It kind of seems like in order to achieve what i want i'll need to use an exec() or system() call for what I am wanting to do, but I was hoping to keep this script as pure perl if possible.

humbly -c