Guest User

Untitled

a guest
Jan 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #just some database crap
  2. $bookO_object=$db->prepare($sql_bookO) or die "Could not create an SQL object db:$DBI:errstr\n";
  3. $bookO_object->execute();
  4.  
  5.  
  6. while (my $ref=$bookO_object->fetchrow_hashref())
  7. {
  8. $bookoutputO{$ref->{'bnum'}}=$ref->{'bname'};
  9. }
Add Comment
Please, Sign In to add comment