<div class="gmail_quote">On Wed, Jan 13, 2010 at 2:49 PM,  <span dir="ltr">&lt;<a href="mailto:scottp@dd.com.au">scottp@dd.com.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I think it is a three part answer:<br>
<br>
* WWW:Mechanize or even just LWP to get the page<br>
* XML format may give you some benefits, such as Date modified<br>
* Then parse the content there are a number of wiki text parsers on CPAN, none of them great, but most ok. Converting to HTML may be your best bet, at least then it is in HTML  table format.<br>
<br>
There are some Mediawiki API classes too, but I have not used them:<br>
<br>
* WWW::Mediawiki::Client<br>
* MediaWiki::API<br></blockquote><div><br>I agree with WWW::Mechanize.  But if you don&#39;t manage to get any of the wiki parsers going and your data is consistent, you could try Template::Extract.<br><br>Alfie<br></div>
</div><br>