Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    $sth->finish();
    $dbh->disconnect();
    close $FH;
    
  2. or download this
    while (<$FH>)
    {
    ...
            $row[1] =~ s/^ //g;
            $sth->execute (@row);
    }