Becky has asked for the wisdom of the Perl Monks concerning the following question:
open OUTFILE, ">/var/www/data/$ARGV[0]" or die "cannot....";
I have made sure that the permissions for the data directory where I want to put the outfile are rwx for user, group and owner, and it works from the command line, so I'm assuming it's a security issue from web forms. What can I do to solve it?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: running a perl program from a cgi webpage
by Joost (Canon) on Jul 04, 2002 at 12:51 UTC | |
Re: running a perl program from a cgi webpage
by mephit (Scribe) on Jul 04, 2002 at 17:23 UTC | |
Re: running a perl program from a cgi webpage
by amphiplex (Monk) on Jul 04, 2002 at 17:11 UTC |