hiya!

Akpome Akpoguma schrieb:
my $dbfile = "/var/animals/$infile"; open WFH, "> $dbfile";
you wanna open the file in the variable $infile for writing. in this case the webuser (from apache conf-file) need the right to to this.

so ... check the confile, which the webuser`s id is (www-data atmost)
go to the directory /var/animals and change the ownership of the file (chown) and the rights (chmod) .... if you are sure, everybody may write into this file ;-)

regards

joerg
--
".. you may also throw your money out of the M$-Windows"

www.gangleri.de

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to