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 8763abd commit 64d3511Copy full SHA for 64d3511
bin/stats.pl
@@ -13,7 +13,7 @@
13
flock(DATA, LOCK_EX);
14
}
15
16
-@SERIES = qw(status type user_agent network tld);
+@SERIES = qw(status type user_agent network tld origin);
17
18
say STDERR q{opening database connection...};
19
my $DB = DBI->connect(sprintf(
0 commit comments