Hello - I am trying to use ActiveState perl on windows and I am trying to figure out how to chdir to a parent directory. I have tried the following:
chdir ("..");
chdir ("\\..");
but no avail. Any ideas?
tim
Hello - I am trying to use ActiveState perl on windows and I am trying to figure out how to chdir to a parent directory. I have tried the following:
chdir ("..");
chdir ("\\..");
but no avail. Any ideas?
tim