I don't think so. I modified it to create the array of the file, then close it before creating a >> filehandle. I would send you the whole code, but I'm afraid youd either a) vomit, b) try to kill me ;) | [reply] |
Actually, I meant that you will need to do one of those two things before reading from the file (but after you print to the filehandle). Otherwise the missing field(s) sit waiting to be written to disk.
| [reply] |
Tanks I guess its the same thing that the other person said. I'll add that to my list of errors "Filehandles must be closed" right after "end all lines with ';'"
| [reply] |