More info: Added the parentheses and use CGI::Carp qw(fatalsToBrowser);
BTW: Thank you for the CGI line! yea! Descriptive error msgs!
It is a file permissions error. If I setup the data folder so that it is 777 the file is created perfectly.. unfortunately, this doesn't strike me as the...
Hi all,
I have a perl/CGI script that I'm trying to use to write form data to a file. The script and the form seem to be working fine (confirmation and error pages are being displayed correctly), other than the data_file is not being created/written to.
This line:
open OUT...