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