⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{stub}}Perl bindings for MediaWiki, as with all extensions to Perl, are provided as Perl modules, which are included using the '''use''' keyword, optionally followed by a list of symbols from the module that you might want to import into your local namespace.



There are at least two Perl bindings for interacting with MediaWiki, [[Rosetta Code:API/MediaWiki/Perl/MediaWiki::API|MediaWiki::API]] and [[Rosetta Code:API/MediaWiki/Perl/MediaWiki::Bot|MediaWiki::Bot]].  MediaWiki::Bot provides bot-specific abstractions to MediaWiki::API.  Both modules area available via [[CPAN]].

=MediaWiki::API=


=MediaWiki::Bot=