Help for this page

Select Code to Download


  1. or download this
    my $data = "some 'arbitrary' data.....";
    my $more_data = "\007\000\007";
    
    $sth = $dbh->prepare( 'INSERT INTO table (col1, col2) VALUES (?,?)' );
    $sth->execute( $data, $more_data);