Trying to set up a flat-file database, and each time I append to it, the info is added twice. Here's the code:
# test if the 'save' button was clicked;
if($note_adder eq "SAVED"){
open(DAT, ">>$data_file") || die("FAILED: $!");
print DAT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.