Help for this page
my ($type,@tokens)=split(/\~/,$line); ... { ... }
# %statements is an array of prepared SQL statement objects ready to h +ave values plugged in ... "AlertError"=>[0,1,2,3,4,5], "SendCleared"=>[... );
while ($line=...) ... $statements{$type}->execute(@tokens[@{$columns{$type}}]); }