Help for this page

Select Code to Download


  1. or download this
        my @keys = sort keys %cols;
        my $keystring = join ', ', @keys;
    ...
                }
        $sth->finish;
        $db->disconnect();