Category Archives: perl

Perl WikiMedia::API

Install * CPAN WikiMedia::API page * This module requires the following perl modules LWP::UserAgent URI::Escape JSON Encode Carp and optionally JSON::XS for faster JSON decoding. * Install perl -MCPAN -e shell cpan> install MediaWiki::API Usage use strict; use MediaWiki::API;   … Continue reading

Posted in perl | Comments Off on Perl WikiMedia::API