Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [afinlr] Search custom tables

Quote Reply
Re: [afinlr] Search custom tables In reply to
I would ditch using get(), select() is almost as easy:

my $result = $table->select({ ID => $val })->fetchrow_hashref;

a little more typing, but still not too bad. =)

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Search custom tables afinlr 2346 Apr 11, 2003, 5:28 AM
Thread Re: [afinlr] Search custom tables
Alex 2250 Apr 11, 2003, 9:13 AM
Thread Re: [Alex] Search custom tables
afinlr 2250 Apr 11, 2003, 10:38 AM
Thread Re: [afinlr] Search custom tables
afinlr 2237 Apr 11, 2003, 12:21 PM
Thread Re: [afinlr] Search custom tables
afinlr 2202 Apr 17, 2003, 2:58 PM
Thread Re: [afinlr] Search custom tables
Alex 2222 Apr 17, 2003, 3:59 PM
Post Re: [Alex] Search custom tables
afinlr 2209 Apr 17, 2003, 4:11 PM