in reply to reading the wrong input file out of 2 opened file
Just to throw some TMTOWTDI in .. you could also use Tie::File to read from the files; that way, you could read through the inner file without having to rewind. Then again, it also looks like you could just load the files into data structures once, then figure stuff out by looking at the structures.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: reading the wrong input file out of 2 opened file
by Anonymous Monk on Jan 24, 2022 at 21:33 UTC |