Hello,
I have the following probleme with ActiveState Perl 5.6.1 on W2K Pro.
With my script I read the contents of diffrent text files with an foreach loop. Within that loop I open each file with open and at the end I use close() to close the file handle.
The next I do is to unlink the files.
Everything works fine except the last file does not get deleted. I get an error message "Permission denied" and that an other process is on it.
Any hints,
Govinda Pfister