in reply to String related question
Open the output file.
Read the file one line at a time. For each line, extract the wanted information, and print it to the output file.
Close the output file.
perlintro and perlretut should give you enough information to get started, and maybe even complete your task. Feel free to ask more specific questions once you run into problems. Make sure to include the code you wrote, and the specifics of your problems with it.
|
|---|