At 00:24 08/12/01, you wrote:
>the permissions on the XML file are set as -rw -rw -r--
>and it's owned by root
>The perl script is owned by root
When it's being run from a Web page, it's (probably) being run by the
'httpd' user, so you might need to alter your permissions to allow that
user to
I have a perl script which takes input from an html form, and appends the
info to an XML file.
My code works fine if I run it from the command line (substituting in values
for the form values) but when I run it by calling it from a SUBMIT button, it
wont alter the XML file at all.
the perm