in reply to how to search for a string in a particular file?
That sounds like a good approach. After opening the file, you need to read its contents into a variable before you can check if your search string appears in there.
perlintro should teach you enough Perl to get started, and has similar enough examples to what you want to do. If you have trouble with a specific step, feel free to ask (and include the code you have written, and the problem you are facing).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to search for a string in a particular file?
by MSPM5 (Monk) on May 29, 2012 at 13:25 UTC | |
by tm86 (Initiate) on May 29, 2012 at 13:48 UTC |