Hi, We are using a perl script to delete file/folder in apache ( cgi-bin). When we do a delete with and url that ends with <directoryname>/ the delete is performed. However when we use only <directoryname> without the slash then we get the response saying, Directory permanently moved. This is the perl-script we are using ( see below). Any hints on what