Help for this page

Select Code to Download


  1. or download this
       17      my $ref = $db->fetch_assoc($sth);
    
    ...
       873    sub fetch_assoc {
       877        my $row = $sth->fetchrow_hashref;
       879            $self->die("fetching row failed ".$sth->err);