context: ? |
...? |
|
29:? |
use wb::DB; |
30:? |
my ($row, $sth, @errors); |
31:? |
my $sql = "select * from books where sellable_item_id = '$item'"; |
32:? |
$sth = wb::DB::selectStmt($sql,\@errors); |
33:? |
$row = $sth->fetchrow_hashref; |
34:? |
$_out->(' |
35:? |
|
36:? |
|
37:? |
|
...? |
|
|