Help for this page

Select Code to Download


  1. or download this
    my $sql = q{
     
    ...
    # get the statement handle, assuming a valid DBI object in $dbh
    my $sth = $dbh->prepare( $sql );
    $sth->execute( '%'.$search.'%', $start - 1, $per_page + 1 );