I am wanting to delete a file that is on a mounted file system. The file resides on another computer, but can be accessed through the mount.
I have tried unlink, but that doesn't remove the file.
I am rather new to Perl so any suggestions are appreciated.