PRIVATE METHODS
NAME
WoW::Wiki - Perl extension to parse WoW wikki markup
SYNOPSIS
use WoW::Wiki;
my $data = $parser->parse('UIHANDLER_OnClick');
.. throb your data here
DESCRIPTION
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
EXPORT
parse
SEE ALSO
http://www.wowwiki.com
AUTHOR
Sal Scotto, <sal.scotto@gmail.com>
COPYRIGHT AND LICENSE
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.
12 POD Errors
The following errors were encountered while parsing the POD:
- Around line 46:
=cut found outside a pod block. Skipping to next block.
- Around line 50:
=cut found outside a pod block. Skipping to next block.
- Around line 84:
=cut found outside a pod block. Skipping to next block.
- Around line 86:
=cut found outside a pod block. Skipping to next block.
- Around line 116:
=cut found outside a pod block. Skipping to next block.
- Around line 118:
=cut found outside a pod block. Skipping to next block.
- Around line 151:
=cut found outside a pod block. Skipping to next block.
- Around line 153:
=cut found outside a pod block. Skipping to next block.
- Around line 181:
=cut found outside a pod block. Skipping to next block.
- Around line 183:
=cut found outside a pod block. Skipping to next block.
- Around line 238:
=cut found outside a pod block. Skipping to next block.
- Around line 240:
=cut found outside a pod block. Skipping to next block.