Help for this page

Select Code to Download


  1. or download this
    $sth->bind_col(1, \my $key);   
    
    my %rows;
    ...
    while(my $row = $sth->fetchrow_hashref) {
      $rows{ $key } = $row;
    }