Which module should I use to parse mediawiki text into a Perl data structure?
- by Ivan
I just need to parse the wikitext into Perl arrays of hashes. I found several modules. The Text::MediawikiFormat seems to be what I need, but it returns HTML, and I want a Perl data structure. I also looked at:
Parse::MediaWikiDump
Text::WikiText
Convert::Wiki