Help for this page

Select Code to Download


  1. or download this
    # .chp file parsing/db updating subroutine
    sub dataparse {
    ...
    my $inserthandle = $dbh->prepare ("INSERT INTO CHIPDATA (RawData) VALU
    +ES ('$rawdatastring')");
    
    $inserthandle->execute;