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
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
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