mellenburg
Programmer
I have a header file that I read in that is located in my /cgi-bin directory. I have an identical file in my /httpdocs directory that is read as a server side include by the non-cgi web pages. These 2 directories are in the same root directory. Is it possible to open the file in the /httpdocs directory in a PERL script so I don't have to make modifications to both files?
I've tried using the full system path and it hasn't worked.
I've tried using the full system path and it hasn't worked.