Well it is ..Server\htdocs\cgi-bin. And inside cgi-bin i have the script glob.pl.I suppose it is the right one.As you can see i i use glob for collecting the txt files from the location Server\htdocs\Results where inside Results are supposed to be the txt.
Comment on Re^2: Delete txt file in a previous file
The current working directory is not necessarily the same directory as where your program is stored. This is a common problem when running on web servers. Don't use relative path names (like ../) use absolute path names instead.