Help for this page

Select Code to Download


  1. or download this
    $sth->bind_col( 1, \$bib_id );
    $sth->bind_col( 2, \$_title_marc );
    ...
    $sth->bind_col( 7, \$location );
    $sth->bind_col( 8, \$loca_id );
    $sth->bind_col( 9, \$isbn );
    
  2. or download this
    $dbh->do (qq{insert into newbooks values('$s_title','$timedate','$subj
    +ect','','$callno','$url','$display_date','$location','$loca_id','$isb
    +n')});