Generate a 'census' or corpus of wikia hosted wikis, based on number of users, editions, pages, etcetera.
- perl 5
- Bundle::LWP. In debian and derivatives it's included in the
libwww-perl
package. Alternatively, It can be installed using CPAN:perl -MCPAN -e 'install Bundle::LWP'
- Perl JSOn lib. In debian and derivatives it's included in the
libjson-perl
package, other distros can find it inperl-JSON
. Alternatively, It can be installed using CPAN:perl -MCPAN -e 'install JSON'