in reply to Best way to compare my data?
Parse the file into individual route blocks so that you end up with an array (routes) of arrays (nodes in a route). Then use Algorithm::Diff to compare pairs of routes to pull out the difference information you require.
If you'd have shown us your code I'd have shown you mine.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Best way to compare my data?
by Lavezzi (Initiate) on Mar 29, 2010 at 16:26 UTC | |
by planetscape (Chancellor) on Apr 01, 2010 at 10:43 UTC |