On Jul 29, 7:08 pm, [EMAIL PROTECTED] (Irenta) wrote: > Hello all! > > I wrote a script that reads data from different files and put it all > together in one new file in columns. Once I open the new file, I > noticed that all data from all files is read, but it starts putting > zeros in the last rows from the last two columns from the files it > reads. (Example below). I checked the files and they both have the > whole list of numbers. Somehow the script stops reading the data from > the files. Has anyone experienced this? Is there a command that could > help me? I would really appreciate any suggestions.
The chances that Perl is somehow not doing what it's supposed to are very very small. The chances that you did something wrong in your script are very very large. No one can tell you what you did wrong without you showing the code that contains the wrong part. Please pare your problem down to the shortest complete piece of code that still demonstrates the failure, and then post that. Paul Lalli -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/