Hi, I'm having problem getting perl script to write a file on the server. At command line, I typed:
perl -ws filename.pl
And it works fine, and file was created successfully.
If I run it in a browser, it will not work. I have set the permissions to the directories so that users can write files to it.
Any suggestions on how to solve this problem?