E
Emanuele Matli
Hi all,
I have a, probably, stupid problem, but I'm new to perl (not to
programming) and I can't see where the problem is.
A simple program containing this command:
open(FH, "test.txt") || die $!;
gives the following answer:
"No such file or directory"
The file is there and the permissions on the sever dir are ok.
On the other hand, if I try to open a file to write I get a permission
error because I don't have the right to write in the same dir.
Thanks.
I have a, probably, stupid problem, but I'm new to perl (not to
programming) and I can't see where the problem is.
A simple program containing this command:
open(FH, "test.txt") || die $!;
gives the following answer:
"No such file or directory"
The file is there and the permissions on the sever dir are ok.
On the other hand, if I try to open a file to write I get a permission
error because I don't have the right to write in the same dir.
Thanks.