We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ba831 commit 8763abdCopy full SHA for 8763abd
bin/stats.pl
@@ -13,7 +13,7 @@
13
flock(DATA, LOCK_EX);
14
}
15
16
-@SERIES = qw(status type user_agent network);
+@SERIES = qw(status type user_agent network tld);
17
18
say STDERR q{opening database connection...};
19
my $DB = DBI->connect(sprintf(
0 commit comments