Search results

  1. D

    Perl/CGI: Help writing form data to a file

    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...
  2. D

    Perl/CGI: Help writing form data to a file

    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...
Top