Help for this page
# we're fetching a single value (name), so we can call fetchrow_ar +ray() # in a scalar context to get the value while (my $item_id = $sth->fetchrow_array ())
while (my ($item_id) = $sth->fetchrow_array ())