Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. weatherboy

    appends a file TWICE every time?

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

Part and Inventory Search

Back
Top