Help for this page

Select Code to Download


  1. or download this
    use DBI;
    use Logs;
    ...
    print "Done writing count DB\n";
    `$url_str`;
    print "Done writing url DB\n";
    
  2. or download this
    use Logs;
    use Net::FTP;
    ...
    $dbh->disconnect();
    
    print "just done\n";