in reply to Help editing a file based off seach criteria
When manipulating text files, one approach would be to use Tie::File. Another approach would be to rewrite the file yourself by using $^I.
Without seeing what code you already have, it's somewhat hard to suggest the best approach. So help us to help you, by providing the code you already have and telling us where you have encountered problems.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Help editing a file based off seach criteria
by perlnewb123 (Sexton) on Jan 12, 2009 at 20:02 UTC | |
by Corion (Patriarch) on Jan 12, 2009 at 20:07 UTC | |
by perlnewb123 (Sexton) on Jan 13, 2009 at 15:52 UTC | |
by Corion (Patriarch) on Jan 13, 2009 at 15:55 UTC | |
by perlnewb123 (Sexton) on Jan 13, 2009 at 16:47 UTC | |
|