
WoW::Wiki - Perl extension to parse WoW wikki markup

use WoW::Wiki;
my $data = $parser->parse('UIHANDLER_OnClick');
.. throb your data here

This module is designed to pull the markup for a given heading section on wow wiki and generate perl hashes of the data for further processing each has will have a NAME and TYPE tag supported types right now EVENT and HANDLER
parse


Sal Scotto, <sal.scotto@gmail.com>

Copyright (C) 2006 by Sal Scotto
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.