This works on the developement server but not the production server, which are supposedly setup exactly the same. I've double checked file permissions to make sure Perl can write to the file. The only thing I can think of is that there is a problem with the code. Any ideas??open(DATABASE, ">>/http01/cgi-bin/form/db/db.txt"); foreach $single_value (@form_values) { print DATABASE "$single_value|"; } close(DATABASE);
Thanks
In reply to appending a file by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |