snape has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
Can someone suggest how to do the comparison of two rows using a definite window size i.e. if I have two rows with 100 columns I prefer to do the comparison of the rows from 1 to 10 and then 2 to 11 and then 3 to 12 until I get 90-100. Can somebody suggest as how should I do that.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Comparison of the row by using window size
by BrowserUk (Patriarch) on Jan 27, 2010 at 01:02 UTC | |
by snape (Pilgrim) on Jan 27, 2010 at 14:43 UTC | |
by SuicideJunkie (Vicar) on Jan 27, 2010 at 14:52 UTC | |
|
Re: Comparison of the row by using window size
by ikegami (Patriarch) on Jan 26, 2010 at 23:18 UTC | |
by johngg (Canon) on Jan 27, 2010 at 10:56 UTC | |
by snape (Pilgrim) on Jan 27, 2010 at 14:40 UTC |