in reply to Re^2: Advise on sql table mapping.
in thread Advise on sql table mapping.
This is the data structure that is returned from find_joins. The first line seems to be pasted from the source code. The next three lines beginning with [...] are debugging output of find_joins as it progresses its work. See line 31 for that. It outputs the current path, the current start and the current goal. The last lines are the output of Data::Dumper which displays the data structure returned.
Maybe you can tell me in more detail where you have problems. If it is with complex data structures, maybe perldsc or Quick References Reference help you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Advise on sql table mapping.
by dbmathis (Scribe) on May 18, 2008 at 13:41 UTC | |
|
Re^4: Advise on sql table mapping.
by Anonymous Monk on May 18, 2008 at 12:49 UTC |