Re: Matching arrays/hashes (swish-e and SQL)

2005-11-06 Thread Walter Lewis
Thanks to Bill Moseley who wrote: [snip]my @ids = map { $_->Property( 'id' ) } @swish_results; [snip] my $recs = $sth->fetchall_hashref('id'); my @results = map { $recs->{$_} } @ids; I think the first line that I have left above was the secret in the sauce. It made all the differen

Re: Matching arrays/hashes (swish-e and SQL)

2005-11-06 Thread Bill Moseley
On Sun, Nov 06, 2005 at 10:30:48AM -0500, Walter Lewis wrote: > I'm breaking a bit with my preferred style and including the whole > thread in the posting because it's been nearly a month since I started > the thread. October seems to be meeting and conference month ... and so > here I am on a

Re: Matching arrays/hashes (swish-e and SQL)

2005-11-06 Thread Walter Lewis
I'm breaking a bit with my preferred style and including the whole thread in the posting because it's been nearly a month since I started the thread. October seems to be meeting and conference month ... and so here I am on a Sunday morning ... Mike Rylander put me on the track of mapping the