sesemin has asked for the wisdom of the Perl Monks concerning the following question:
I need to read a tab delimited file two times during one compilation, and each time extract lines with different criteria. The first while loop goes through but for the second time it does not. In another word if I have to while loops of the same file it does execute the second one. Any suggestion?
Pedro
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Having Access to a file two times
by davido (Cardinal) on Sep 21, 2008 at 06:14 UTC | |
by sesemin (Beadle) on Sep 21, 2008 at 07:16 UTC | |
by AnomalousMonk (Archbishop) on Sep 21, 2008 at 08:31 UTC | |
by oxone (Friar) on Sep 21, 2008 at 10:00 UTC | |
by jwkrahn (Abbot) on Sep 21, 2008 at 11:22 UTC | |
by AnomalousMonk (Archbishop) on Sep 21, 2008 at 22:11 UTC | |
Re: Having Access to a file two times
by Perlbotics (Archbishop) on Sep 21, 2008 at 08:44 UTC | |
by dsheroh (Monsignor) on Sep 21, 2008 at 17:54 UTC |