coltman has asked for the wisdom of the Perl Monks concerning the following question:
A quick question: is that possible to use line mode and paragraph mode in differnt parts of the program?
More specifically, I am trying to extract information from thousands of txt files. The names of these txt files are stored in a csv file, in which each line represents the name of a seperate txt file. I want to read the csv file in a "line mode". But when I got the name of each txt file, I would like to extract information from the txt file using the "paragraph mode".
To make things even more complicated, I want to save the extracted information in another newly-created csv file, where each line represented the extracted information from one txt file.
I hope you can give me some suggestions and/or warning for some easy pitfalls to a rookie like me.
Thanks a lot!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using both line mode and paragraph mode in the same program
by ikegami (Patriarch) on Mar 26, 2007 at 19:49 UTC | |
|
Re: Using both line mode and paragraph mode in the same program
by ferreira (Chaplain) on Mar 26, 2007 at 19:53 UTC | |
by ikegami (Patriarch) on Mar 27, 2007 at 15:45 UTC |