zing has asked for the wisdom of the Perl Monks concerning the following question:
Now for each of the child I want their relations traced back to the parent 'Q'.child, Parent, relation M10, Q, P, M143, M10, P, M406, M143, PL, M407, M143, PL, M420, M143, E, M421, M143, E,
For example conside child 'M407' (3rd row) M406<-M143<-M10<-Q = P.P.PL
For child M10 (first row), Q is the parent, so M10<-Q = P
For last row M421 we have M421<-M143<-M10<-Q = P.P.E
I want such relations for all the 6 childs. Please help
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: constructing a tree from csv file
by choroba (Cardinal) on Nov 01, 2013 at 09:49 UTC | |
by zing (Beadle) on Nov 01, 2013 at 10:21 UTC | |
by choroba (Cardinal) on Nov 01, 2013 at 10:37 UTC | |
by zing (Beadle) on Nov 01, 2013 at 11:45 UTC | |
by zing (Beadle) on Nov 01, 2013 at 15:10 UTC | |
by choroba (Cardinal) on Nov 01, 2013 at 16:46 UTC | |
| |
|
Re: constructing a tree from csv file
by hdb (Monsignor) on Nov 01, 2013 at 10:11 UTC | |
|
Re: constructing a tree from csv file
by oiskuu (Hermit) on Nov 01, 2013 at 12:35 UTC | |
by zing (Beadle) on Nov 21, 2013 at 07:27 UTC | |
by oiskuu (Hermit) on Nov 21, 2013 at 14:23 UTC | |
by zing (Beadle) on Nov 22, 2013 at 05:21 UTC |