11 my $dbh = DBI->connect($config::local_connstr, $config::local_username, $config::local_password)
12 or die "connect: " . $DBI::errstr;
13 my $ua = LWP::UserAgent->new;
15 my @locales = wloh_common::find_all_locales($dbh);
17 for my $locale (@locales) {
18 my $url = $config::base_url . $locale . '/rating';
19 $ua->get($url, -x_refresh => 'yes');