in reply to AoA data merging
look at the Graph modules on CPAN. you can create a node foreach point x,y and add an edge to the graph for each segment in your dataset. the graph module can then give you paths between chosen nodes (or anything else you might like to know).
|
|---|