Hello, I was programming like crazy in perl
and some where in my code i had
system("cd errors/crd");
# then some code to open a file in there/ in that directory
system("cd ../..");
# continue on with my code
and none of this work! why? how do i fix this? I know the file exist in that folder and it didn't read it in.