in reply to Re: creating a file with a cgi script
in thread creating a file with a cgi script
But it still doesn't get printed in user_log/my $OUTFILE_file_name = "../user_log/".$req_id."\.txt"; open ( OUTFILE, '>', $OUTFILE_file_name ) or die "$0 : failed to open output file $OUTFILE_file_name : $ +!\n"; print OUTFILE $uemail; close ( OUTFILE ); # close output file
What's wrong with it?failed to open output file ../user_log/22410.txt : Permission denied
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: creating a file with a cgi script
by davorg (Chancellor) on May 19, 2006 at 08:21 UTC | |
by Anonymous Monk on May 19, 2006 at 08:29 UTC | |
by davorg (Chancellor) on May 19, 2006 at 08:35 UTC | |
|
Re^3: creating a file with a cgi script
by izut (Chaplain) on May 19, 2006 at 09:18 UTC |