OK I organized a bit, I have a perl script(which create a regular file) in my directory with permission 755, and directory is 755,
If I run the script in unix, the default file permission is 644, and if I try to run it via browser, I get permission denied error.
Then I set the directory permission to 777, running in unix give the same permission, and When I run it via browser, it create the file correctly, with permission 644...
I just dont feel comfortable giving out writing previledge to other.....