![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Cannot save to file with a CGI sciptby valdez (Monsignor) |
on Sep 23, 2002 at 15:38 UTC ( #200138=note: print w/replies, xml ) | Need Help?? |
The funny thing happening here is that your web server
runs under a different user, usually apache|nobody|www.
Probably the directory you are trying to write into is
owned by you and not by the user that runs httpd. So,
if you check $! you will probably see a permission
denied error. Ciao, Valerio
In Section
Seekers of Perl Wisdom
|
|