in reply to appending a file
open(DATABASE, ">>/http01/cgi-bin/form/db/db.txt") or die "could not o +pen db: $!"; foreach $single_value (@form_values) { print DATABASE "$single_value|"; } close(DATABASE);
- Ant
- Some of my best work - Fish Dinner
|
|---|