in reply to Re^6: Advise on sql table mapping.
in thread Advise on sql table mapping.
Which was dumb btw. This code you wrote is really complex. Apparently reading the llama book is just not cutting it. I can modify your code to make it do what I want it to, but I will not use it until I completely understand it and I have been staring at that sub for hours. The function calling itself is a strange and new concept for me.
What is going on in the for loop?
for my $link (grep { ! $visited->{$_} } @{$links{$start}}) {
Amazing. Thanks again for the brain twisting code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Advise on sql table mapping.
by Corion (Patriarch) on May 20, 2008 at 06:09 UTC |