Merve Temizer <mervet2...@gmail.com> schrieb: >When i run perl script alone with another input, i can see some output >in >output.txt.
I think the issue is not that permission is denied on the file you intend to use, the issue is that you expect the script to run with CWD=/home/merve. Did you write any code to chdir there? If not, why do you think that it is CWD? -nik