http://www.perlmonks.org?node_id=184852


in reply to Re: Moving a reference file.
in thread Moving a reference file.

Sorry for the delay, I used the unlink command. It appears to be working fine. I had written the script to reference the file, move it, then encrypt it. I changed this, being that I already have the data from the file, I just create the file in the new location and feed it the encrypted data. On success, unlink the file.
Thanks