
1arryb
User
Jun 16, 2009, 7:55 AM
Views: 8767
|
|
Re: [namishtiwari] perl script help
|
|
|
namishtiwari, At line 10 you're re-opening temp1 in overwrite mode for each file. Move the open/close statements outside the loop on logFile. UPDATE: This would have been more apparent to both of us if you properly indented your code. Cheers, Larry
(This post was edited by 1arryb on Jun 16, 2009, 7:56 AM)
|