Help for this page

Select Code to Download


  1. or download this
    InsertRecord($val1, $val2);
    my @array = RetrieveValues($val2, $val3);
    ...
          my $dbh = DBI->connect(xxxx);
          # stuff
          }