RPrinceton
Programmer
Hi,
I have a directory tree structured as follows:
public_html
cgi-bin
data
In my Perl script I have used chdir("../" which seems to get to get me to the public_html directory. I want to navigate to directory /public_html/data. I have tried using chdir("/data" but it still seems to be positioned on the public_html directory. What am I doing wrong? Please advise. Thanks in advance.
Regards,
Randall Princeton
I have a directory tree structured as follows:
public_html
cgi-bin
data
In my Perl script I have used chdir("../" which seems to get to get me to the public_html directory. I want to navigate to directory /public_html/data. I have tried using chdir("/data" but it still seems to be positioned on the public_html directory. What am I doing wrong? Please advise. Thanks in advance.
Regards,
Randall Princeton