in reply to Re: unlink($ful) does not delete
in thread unlink($ful) does not delete

Thanks. As I said up above, the problem turned out to be the fact that I had -T switch at the top of the code and the parameter was not being validated in the script. The short-term solution was to remove the switch. Now I will put in the validation!