Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks
I want to save some of my time of processing so I want to do the duplicated line detection (and compression). The duplication definition is simple: If a line is same as its previous line, it will be consider as duplicate...any one can provide a fast solution?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Detect Duplicated line
by ikegami (Patriarch) on Apr 05, 2008 at 01:04 UTC | |
|
Re: Detect Duplicated line
by apl (Monsignor) on Apr 05, 2008 at 12:00 UTC |