in reply to FILE READ and WRITE
Hi mbayer,
Inserting use strict; and use warnings; at the beginning of your script would help you isolate and fix some of the problems. For example, this would've helped you notice that the file handle FILEHANDLE was used only once.
Including those statements is a good idea in general, because they will help to point out problems that might come up later.
HTH,
/Larry
|
|---|